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

rhel7 ifconfig command not found

时间:2017-06-14 18:04:13      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:cal   tool   存在   highlight   tools   usr   没有   yum   conf   

同事扔过来一个rhel7.2的系统,登录后发现没有安装ifconfig命令:

# ifconfig 
-bash: ifconfig: command not found

  

先看看环境变量:

# echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin

 

在查看ifconfig命令是否存在:结果没有发现命令

# ls  /sbin/ifconfig

 

安装ifconfig命令:

# yum upgrade
# yum install net-tools

OK!

rhel7 ifconfig command not found

标签:cal   tool   存在   highlight   tools   usr   没有   yum   conf   

原文地址:http://www.cnblogs.com/abclife/p/7010024.html

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