linux安装报错之:ifconfig command not found解决
warning:
这篇文章距离上次修改已过552天,其中的内容可能已经有所变动。
Centos7默认minimal安装后,ifconfig命令无法使用,需要安装net-tools软件包即可解决。
yum install net-tools -y