2017年1月19日 星期四

how to solve port is already in use 怎麼解決



連續啟動某個程式,發現之前的 port 還在使用沒有正常釋放。
port is already in use

可以使用

netstat -anp tcp | grep 5000

看一下 pid 在 kill -9 pid

如果沒有 p 這個 option

可以使用

lsof -i tcp:5000


沒有留言:

張貼留言