This topic created in 3292 days ago, the information mentioned may be changed or developed.
mac 下面如何根据进程 id, 查询这个进程都占用了哪些端口
2 replies 2017-04-26 09:25:19 +08:00  | | 1 RIcter Apr 25, 2017 1 lsof -n -P | grep PID 为啥不百度(。 |
 | | 2 xss Apr 26, 2017 ss -apn|grep PID (???) |