📌  相关文章
📜  杀死端口上的进程 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:44.886000             🧑  作者: Mango

代码示例6
lsof -i:3000           // Change 3000 to whatever your port is!
sudo kill 9       // Change  to the Pid number the above command returns