centos7没有netstat命令的解决办法

yum search ifconfig

通过yum search 这个命令我们发现ifconfig这个命令是在net-tools.x86_64这个包里,接下来我们安装这个包就行了

运行  yum install net-tools  就OK了

转载于:https://www.cnblogs.com/httpssl/p/11055037.html

猜你喜欢

转载自blog.csdn.net/weixin_34403693/article/details/93249133