爱玩科技网
您的当前位置:首页rhel7 ifconfig command not found

rhel7 ifconfig command not found

来源:爱玩科技网

同事扔过来一个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!

因篇幅问题不能全部显示,请点此查看更多更全内容