Which local process is connected to given server on given port?
- by depesz
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?