[linux/ unix] 查看占用端口的 进程ID 的区别

  • linux

使用 netstat -nap | grep [port-number]

  • unix/ osx

BSD 的 netstat 命令和 GNU 的不一样,不包含 process ID 信息,使用 lsof -i :[port-number] 查看

http://superuser.com/questions/627391/how-to-use-netstat-to-show-what-process-is-listening-on-a-port

你可能感兴趣的:([linux/ unix] 查看占用端口的 进程ID 的区别)