centos有时安装时,没有安装netstat命令;


直接如下就可搞定:

yum install wget

运行  yum install net-tools  就OK了



netstat常用命令:

netstat -an|grep LISTEN  

netstat -an|grep 80

相关文章:

  • 2022-12-23
  • 2021-06-21
  • 2021-04-26
  • 2021-08-04
  • 2021-07-31
猜你喜欢
  • 2021-11-19
  • 2022-03-08
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案