六狼论坛's Archiver
首页
›
linux
› 查看端口对应的进程
lysming
发表于 2013-1-31 10:42:06
查看端口对应的进程
#ps -ef|awk '{print $2"\t"$8$9}'|grep `netstat -tlnp|grep port|awk '{print $7}'|awk -F '/' '{print $1}'`
页:
[1]
查看完整版本:
查看端口对应的进程