shell通过端口号获取PID(进程号)

执行此命令可直接获得PID:netstat -anp|grep 12000|awk '{printf $7}'|cut -d/ -f1

你可能感兴趣的:(shell通过端口号获取PID(进程号))