原文链接:https://www.cnblogs.com/lojun/p/11236433.html
centos7中运行ifconfig提示-bash: ifconfig: command not found
查看/sbin/下是否有ifconfig,若没有通过如下命令安装
sudo yum install net-tools
来源:CSDN
作者:筱光
链接:https://blog.csdn.net/womeng2009/article/details/103548596