mac/linux 查找使用当前端口的进程

lsof(list open files)

lsof -i:8077 查看当前使用该端口的进程。

kill -9 PID 杀死当前进程。


学习笔记整理来自 [用python进行数据分析]

Share Comments