📌  相关文章
📜  听 EADDRINUSE: 地址已在使用 :::8081 - Shell-Bash 代码示例

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

代码示例6
Find server pid:
    lsof -i tcp:5000 (the 5000 is the port number)
kill the server:
    kill -9 111119 (the 111119 is the pid)