linux中查看特定端口对应的进程以及进程的pid可以使用下面指令:

lsof -i:port_number

 

杀死进程的指令是:

kill -s 9 pid

相关文章: