标题:Linux根据端口查进程信息 出处:运维进行时 时间:Fri, 14 Aug 2009 23:58:52 +0000 作者:root 地址:https://blog.liuts.com/post/161/ 内容: ps -ef|awk '{print $2"\t"$8$9}'|grep `netstat -tlnp|grep 8080|awk '{print $7}'|awk -F '/' '{print $1}'` Generated by Bo-blog 2.1.1 Release