ps -ef|awk '{print $2" "$8$9}'|grep `netstat -tlnp|grep 80|awk '{print $7}'|awk -F '/' '{print $1}'`
也可以用更为简洁的lsof
lsof -n -i:80