查看进程占用
lsof -i tcp:8080
该命令会显示占用8080端口的进程,有其 pid ,可以通过pid关掉该进程
杀死进程
kill pid
posted on 2018-08-06 11:19 Jed_SH 阅读(437) 评论(0) 编辑 收藏 举报