0xcafedaddy

[root@ucit ~]# lsof -i:80
COMMAND    PID USER   FD   TYPE DEVICE SIZE NODE NAME
java      1839 root   43u  IPv6 113135       TCP *:http (LISTEN)
firefox-b 2758 root   50u  IPv4 117693       TCP ucit:19479->tx-in-f155.1e100.net:http (ESTABLISHED)
[root@ucit ~]# kill -9 1839
[root@ucit ~]# lsof -i:80
[root@ucit ~]#

分类:

技术点:

相关文章:

  • 2021-12-08
  • 2021-06-02
  • 2021-07-25
  • 2021-08-01
  • 2022-01-11
  • 2022-12-23
  • 2021-07-10
  • 2021-07-21
猜你喜欢
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
  • 2021-10-25
  • 2022-12-23
  • 2021-10-24
  • 2021-12-26
相关资源
相似解决方案