linux 根据 端口查看进程

linux 根据 端口查看进程:sudo lsof -i:8080
杀死进程:kill -s 9 pid // 9 强制杀死

你可能感兴趣的:(linux 根据 端口查看进程)