[Tools] Kill the process running on port 8080

Find:

sudo lsof -i :8080

Kill:

kill -9 <PID>
 
posted @ 2021-04-08 15:16  Zhentiw  阅读(48)  评论(0编辑  收藏  举报