Ports and processes
I know this may be a really newbie question, but....
How can I know which process is listening on a given port.
I have been reading "man netstat", but is not what I'm looking. I need something like:
Port Process
-------------------------
80/tcp apache (or PID)
Thank you
|