> CentOS > CentOS运维 >

CentOS下查看端口被什么程序占用,并干掉程序

查看:

lsof -i:port

杀进程:
kill -9 processId
 


(责任编辑:IT)