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

Posted my-program-life

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7最小化安装解决不能使用ifconfig命令相关的知识,希望对你有一定的参考价值。

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

技术图片

 

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

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

技术图片

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

技术图片

 

 安装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命令的主要内容,如果未能解决你的问题,请参考以下文章

解决Centos7不能联网且ifconfig出现command not found

centos7最小化安装,ifconfig命令不能使用

解决 CentOS7 安装完成后ifconfig命令不能用

解决 CentOS7 安装完成后ifconfig命令不能用

解决CentOS不能联网且ifconfig出现command not found

解决Centos 7不能联网且输入ifconfig出现command not found