码迷,mamicode.com
首页 > 系统相关 > 详细

linux ifconfig找不到

时间:2017-05-05 13:01:23      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:replace   设置   size   内容   word   没有   profile   html   san   

  提示命令不存在

  原因: 系统默认的环境变量设置不对

  而,ifconfig恰恰就在/sbin里面。

  下cat /etc/profile, 可以发现没有关于/sbin的环境变量。

Linux,习惯用gedit)

  PATH=$PATH:/sbin      #在PATH变量后追加/sbin目录

  保存并退出。

  改完之后,执行命令:. .bash_profile,也可以注销下或者重启才能使刚刚修改的内容生效。

         转载于:http://linguanqiang.blog.sohu.com/167284269.html

linux ifconfig找不到

标签:replace   设置   size   内容   word   没有   profile   html   san   

原文地址:http://www.cnblogs.com/diyunpeng/p/6812304.html

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