MacOS 查看端口占用

一般在 Linux 下面, 我们使用: netstat -lntp 来检查 tcp 端口的开启状态列表.

查看端口列表使用: netstat -lnt -p tcp | grep tcp4

在 macos 下, 查看指定端口的占用情况: lsof -i :端口

参考文档: http://jartto.wang/2016/09/28/check-the-system-port-of-mac/

Donate - Support to make this site better.
捐助 - 支持我让我做得更好.