lsof -i:8080 确认进程占用 输出 command(进程名) pid(进程id) user ps -ef | grep 8080 查看进程详细信息 启动了什么程序,由谁启动的 kill -9 pid 必要时可以杀掉进程