📌  相关文章
📜  查找端口的 pid 并在 linux 中终止进程 - Shell-Bash 代码示例

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

代码示例1
lsof -i tcp:5000
kill -9 PID