根据进程查询端口:
netstat -anp|grep pid
根据端口查询进程
netstat -anp|grep port
根据进程查询应用目录:
ll /proc/pid
linux命令
原文:https://www.cnblogs.com/zshboke-2015/p/13965616.html