Show Open TCP & UDP Ports With Processes

So much easier than running lsof. This works on Linux.

netstat -lepunt # Show the TCP and UDP ports being listened on and if you're root, also show the process associated, user, etc.

via Twitter / climagic: netstat -lepunt # Show the ….