CentOS 7 下 ifconfig command not found 解决办法
Posted 代码之道
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 7 下 ifconfig command not found 解决办法相关的知识,希望对你有一定的参考价值。
1.查看ifconfig命令是否存在
查看 /sbin/ifconfig是否存在
2.如果ifconfig命令存在,查看环境变量设置
[[email protected] ~]# echo $PATH
如果环境变量中没有包含ifconfig命令的路径,修改PATH变量使之包含/sbin路径:
打开/etc/profile文件,在文件最好一行加上 export PATH=$PATH:/sbin 保存并重启即可。
3.如果ifconfig命令不存在
[[email protected] ~]# yum upgrade
[[email protected] ~]# yum install net-tools
转载自:https://my.oschina.net/u/1428349/blog/288708
以上是关于CentOS 7 下 ifconfig command not found 解决办法的主要内容,如果未能解决你的问题,请参考以下文章
CentOS 7 下 ifconfig command not found 解决办法
CentOS 7 下 ifconfig command not found 解决办法