📌  相关文章
📜  检查所有正在使用的端口 mac - Shell-Bash 代码示例

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

代码示例2
$ npx kill-port 3000 8080 8081

Process on port 3000 killed
Process on port 8080 killed
Process on port 8081 killed