Finding Network Status of specific process name

Posted by Moev4 on Server Fault See other posts from Server Fault or by Moev4
Published on 2010-06-09T17:37:04Z Indexed on 2010/06/09 17:42 UTC
Read the original article Hit count: 225

Filed under:
|
|

I am looking for the cleanest way on linux to find the port status for a port being used by a specified program name via the command line. I have seen that netstat -p lists all pids but haven't seen anything corresponding to specific process names. Any help would be appreciated.

© Server Fault or respective owner

Related posts about processes

Related posts about netstat