[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 ~]#

 

 

 

 

 

C:\Documents and Settings\Administrator>netstat -aon | findstr "8080"
  TCP    0.0.0.0:8080           0.0.0.0:0              LISTENING       3092
  TCP    127.0.0.1:3088         127.0.0.1:8080         TIME_WAIT       0

相关文章:

  • 2021-11-25
  • 2021-11-30
  • 2022-01-04
  • 2021-07-09
  • 2021-08-07
  • 2021-08-07
猜你喜欢
  • 2022-12-23
  • 2021-12-04
  • 2022-01-11
  • 2021-12-14
  • 2021-10-24
  • 2022-12-23
  • 2021-11-16
相关资源
相似解决方案