This command displays ports in use and by which process. I like to add this to my alias file as ports.
ports=’netstat -tulpn’

from Martin Callesen
This command displays ports in use and by which process. I like to add this to my alias file as ports.
ports=’netstat -tulpn’
