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

CentOS 7 下 ifconfig command not found 解决办法

时间:2016-12-01 02:36:14      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:path   local   ifconf   man   com   http   bin   sch   命令   

1.查看ifconfig命令是否存在

  查看 /sbin/ifconfig是否存在

 

2.如果ifconfig命令存在,查看环境变量设置  

  [root@localhost ~]# echo $PATH

  如果环境变量中没有包含ifconfig命令的路径,修改PATH变量使之包含/sbin路径:

      打开/etc/profile文件,在文件最好一行加上 export PATH=$PATH:/sbin 保存并重启即可。

 

3.如果ifconfig命令不存在

  [root@localhost ~]# yum upgrade

  [root@localhost ~]# yum install net-tools

 

 

转载自:https://my.oschina.net/u/1428349/blog/288708

CentOS 7 下 ifconfig command not found 解决办法

标签:path   local   ifconf   man   com   http   bin   sch   命令   

原文地址:http://www.cnblogs.com/justphp/p/6119976.html

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