generalshellshell本頁導覽Shell 相關指令停用使用中的埠號macOS or Linux# 先檢查哪些 PORT 正在使用lsof -i -P -n | grep LISTEN# 根據上個指令的結果,輸入與 PORT 對應的 PIDkill PID