码迷,mamicode.com
首页 > 其他好文 > 详细

RedHat不能使用ifconfig命令

时间:2014-11-21 12:30:46      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:使用   sp   文件   on   bs   as   nbsp   安装   用户   

安装RedHat后,使用ifconfig命令,结果报错command not found,解决方法如下:

1.cat ~/.bash_profile     查看path

2.vi /etc/profile    编辑profile文件

3.在profile文件中添加以下内容:

   PATH=$PATH:sbin

   export PATH=$PATH:/sbin

   若profile不能修改,权限是只读,则用root用户先修改权限,再编辑

   

RedHat不能使用ifconfig命令

标签:使用   sp   文件   on   bs   as   nbsp   安装   用户   

原文地址:http://www.cnblogs.com/Nefeltari/p/4112359.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!