如果提示:bash: netstat: command not found

说明没有安装netstat工具,而该工具在 net-tools 工具包内。

apt-get install net-tools

Ok.再说一句,net-tools包还包含:arp, ifconfig, netstat, rarp, nameif and route这几个工具。

参考:https://linuxconfig.org/bash-netstat-command-not-found-debian-ubuntu-linux

相关文章:

  • 2021-08-07
  • 2021-10-03
  • 2022-03-07
  • 2021-11-15
  • 2021-10-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-21
  • 2021-08-14
  • 2021-10-03
  • 2021-08-21
  • 2021-11-20
  • 2021-10-20
  • 2021-08-04
相关资源
相似解决方案