标签:查看 lin nap 图片 com 出现 进程 image 根据
1.netstat -nap | grep 端口号
2.第一种的可以查看端口号对应的pid,但是会出现pid为空的情况,这种时候用:lsof -i:端口号
3.根据pid查看端口号
netstat -nap | grep 进程pid
4.查看pid
ps aux | grep 进程名
ps -ef | grep 进程名
标签:查看 lin nap 图片 com 出现 进程 image 根据
原文地址:https://www.cnblogs.com/kakawith/p/10283071.html