根据端口查端口查进程
时间:2010-05-19 来源:huaihe0410
1.lsof
lsof -i:8010
2.pfiles --only for solaris
pfiles * >> any_name.file
在重定向的 any_name.file 文件中查找端口,就能找到对应的进程 3.netstat --only for linux netstat -ntpl | grep 9088 --linux
在重定向的 any_name.file 文件中查找端口,就能找到对应的进程 3.netstat --only for linux netstat -ntpl | grep 9088 --linux
相关阅读 更多 +
排行榜 更多 +