📌  相关文章
📜  如何在 Windows 中关闭端口 - Shell-Bash 代码示例

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

代码示例3
# Print PID of process bound on that port.
fuser 8080/tcp

# Kill that process
fuser -k 8080/tcp