1.查看程序对应进程号:
ps –ef|grep 进程名
2.Linux下查看端口号所使用的进程号:
使用lsof命令: lsof –i:端口号
linux学习与实践(4)--常用命令备忘,布布扣,bubuko.com
linux学习与实践(4)--常用命令备忘
原文:http://www.cnblogs.com/xiyoulhj/p/3728639.html