使用netstat查看进程PID
[root@test ~]# netstat -anp|grep 5001
tcp 0 0 :::5001 :::* LISTEN 12886/java
之后各位看官,就可以用kill -9 PID杀进程了
时间: 2024-10-09 14:56:49
使用netstat查看进程PID
[root@test ~]# netstat -anp|grep 5001
tcp 0 0 :::5001 :::* LISTEN 12886/java
之后各位看官,就可以用kill -9 PID杀进程了