Linux 查询端口使用情况 netstat -nultp 定位端口 netstat -nultp|grep {端口} netstat -nultp|grep 9005 进入进程目录查找服务目录 cd /proc/{进程号} cd /proc/9228