Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 134 Bytes

shell-dict.md

File metadata and controls

11 lines (8 loc) · 134 Bytes

如何查看端口是否被某个进程占用?

$ lsof -i:3000

杀掉制定PID的进程

sudo kill -9 750