CentOS7最小化安装解决不能使用ifconfig命令

在最小化安装的CentOS7中,ifconfig是不能使用的,查看网卡信息的命令是ip addr

CentOS7最小化安装解决不能使用ifconfig命令_第1张图片

 

其中“ens33”为网卡名称,修改IP地址等信息  

vi /etc/sysconfig/network-scripts/ifcfg-ens33

CentOS7最小化安装解决不能使用ifconfig命令_第2张图片

 修改好后保存退出,并重启网络,测试网络是否连接正常:

CentOS7最小化安装解决不能使用ifconfig命令_第3张图片

 

 安装ifconfig命令

yum provides ifconfig 或 yum whatprovides ifconfig

ifconfig命令依赖于net-tools的,安装 yum install -y net-tools

 

详情链接  https://blog.csdn.net/hellboy0621/article/details/80392273

 

 

你可能感兴趣的:(CentOS7最小化安装解决不能使用ifconfig命令)