摘要: 查看进程占用 lsof -i tcp:8080 该命令会显示占用8080端口的进程,有其 pid ,可以通过pid关掉该进程 杀死进程 kill pid 例如 kill 39394 转自:https://blog.csdn.net/ch717828/article/details/46663595 阅读全文
posted @ 2018-03-23 16:12 Doyourself! 阅读(194) 评论(0) 推荐(0)