正在阅读:
Centos netstat command not found
netstat命令用于显示与IP、TCP、UDP和ICMP协议相关的统计数据,一般用于检验本机各端口的网络连接情况。netstat是在内核中访问网络及相关信息的程序,它能提供TCP连接,TCP和UDP监听,进程内存管理的相关报告
而在Centos中使用该命令时,提示: netstat command not found的错误,应该是这个软件没有安装。
解决:
执行:
yum install net-tools
该日志由 bemender 于 2021年01月04日 发表
转载请注明文本地址:https://www.bemhome.com/post/92.html