netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n

相关文章:

  • 2022-12-23
  • 2021-09-13
  • 2022-01-01
  • 2021-11-08
  • 2021-11-18
  • 2021-07-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
  • 2021-12-15
  • 2021-05-29
  • 2021-10-25
相关资源
相似解决方案