Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 187 Bytes

darwin.md

File metadata and controls

7 lines (6 loc) · 187 Bytes

Darwin/MacOS

如何查看监听一个端口的程序?

linux 下可以直接使用netstat -anop来完成,mac下不行,可以这样:

lsof -ni :8088 |grep LISTEN