CentOS7下解决ifconfig command not found的办法
Posted tony100
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7下解决ifconfig command not found的办法相关的知识,希望对你有一定的参考价值。
注:本办法仅限于可联网的机器,即在安装时设置了IP地址和DNS可正常上网。
解决办法如下:
1 进入 /etc/sysconfig/network-scripts/ifcfg-ens33 中
将 ONBOOT=no 改为 ONBOOT=yes 退出保存
2 重启网卡: service network restart
3 确认ifconfig命令是否未安装
在sbin目录下输入ls,看又没有ifconfig。没有即为未安装
4 安装net-tool插件,此插件中带有此命令
安装命令:
sudo yum install net-tools 遇见暂停选择“y”
等待安装完成,再次输入ifconfig,成功。
以上是关于CentOS7下解决ifconfig command not found的办法的主要内容,如果未能解决你的问题,请参考以下文章
CentOS7下解决ifconfig command not found