Centos解除端口占用

 - 查看全部端口占用
 - netstat -tln
 - 查看端口被哪一個進程佔用
 - lsof -i:端口號
 - 殺死被佔用端口
 - kill 端口號
相關文章
相關標籤/搜索