Which local process is connected to given server on given port?

Posted by depesz on Server Fault See other posts from Server Fault or by depesz
Published on 2010-04-06T15:17:47Z Indexed on 2010/04/06 15:23 UTC
Read the original article Hit count: 168

Filed under:
|
|

On Linux, I can simply:

netstat -ntp | grep server_ip:port

And I get PID and process name of the program that is making given connection.

But how do I do it on Solaris?

© Server Fault or respective owner

Related posts about solaris

Related posts about network