200字
使用netstat命令,出现-bash: netstat: command not found报错解决方法
2021-03-15
2025-12-01

现象

使用netstat命令时出现如下报错:

-bash: netstat: command not found

解决方法

netstat是net-tools中的一个工具,安装net-tools即可。

yum install net-tools

评论