Mac结束端口

1、查看端口

lsof -i tcp:port  # port为被占用的端口号,如8000、8800

2、结束进程

kill -9 PID   # PID为占用端口的进程,如411

你可能感兴趣的:(Mac结束端口)