查看系统网络情况(netstat)
  基本语法:
    netstat [option]
    netstat -anp
  选项说明:
    -an 按一定顺序排列输出
    -p 显示那个进程在调用
  eg:
    查看系统所有的网络服务

        netstat  -anp
    查看服务名为: sshd的服务信息

相关文章:

  • 2021-12-10
  • 2021-12-08
  • 2021-11-30
  • 2022-01-11
  • 2021-12-21
  • 2021-11-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2022-02-26
  • 2021-10-20
  • 2021-12-16
  • 2022-12-23
相关资源
相似解决方案