📜  lsof kill pid - Shell-Bash 代码示例

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

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