当在CentOS中输入:
ifconfig
返回:
-bash: ifconfig: command not found
参考:https://www.cnblogs.com/justphp/p/6119976.html
参考:https://www.jianshu.com/p/75dbfb91f4fd
参考:https://unix.stackexchange.com/questions/145447/ifconfig-command-not-found
CentOS后来将ifconfig的功能替换成了ip。
可以使用ip测试一下是否存在该指令:
ip
查看本机IP地址:
ip addr ip a
想更清楚点:
ip -stats -color -human addr ip -s -c -h a