根据pid查看具体运行指令

先用 netstat -alp | grep 端口 获得pid

再用

cat /proc/PID | xargs -0 echo

显示执行的指令