标签:解决办法 yum安装 问题 最小化 没有 centos7 centos tools ip add
在CentOS 最小化mini安装后,没有ifconfig命令,此时网卡也没有启动,所以无法yum安装net-tools。
下面三步解决此问题:
1 查看网卡名称
ip addr
2 启动网卡
ifup 网卡名称
3 安装net-tools
yum install net-tools
CentOS7 mini安装后没有ifconfig命令的解决办法
标签:解决办法 yum安装 问题 最小化 没有 centos7 centos tools ip add
原文地址:http://www.cnblogs.com/kuillldan/p/7506297.html