📌  相关文章
📜  某些东西已经在端口 3000 上运行.可能: - 无论代码示例

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

代码示例6
for linux
$ lsof -i tcp:3000
$ kill -9 PID
the first command should give you the PID number to enter in the second command as PID.