在我们新安装的Redhat 7 系统里输入ifconfig----显示没有该命令
[[email protected] ~]# ifconfig
解决方法:
查看ifconfig命令在哪个包里
[[email protected] ~]# yum search ifconfig
从该文件我们可以看出ifconfig在 net-tools的包里。因为我们这需要安装该包
[[email protected] ~]# yum -y install net-tools
再次输入ifconfig就可以显示网卡信息了
[[email protected] ~]# ifconfig