1.查看端口,lsof -i tcp:post
lsof -i tcp:8086
2.kill进程
找到进程的PID,使用kill命令:kill PID(进程的PID,如2044),杀死对应的进程
kill 2044