Skip to main content
Notes & Drafts
ALL
Frontend
Tech
Blog
GitHub
bash 常用命令
On this page
bash 常用命令
mac 查看端口占用
lsof
-i
:3000
杀掉进程:
kill
-9
{
PID
}
Previous
Tech
Next
bash snippets
mac 查看端口占用