SyntaxFix
Write A Post
Hire A Developer
Questions
I am a Linux guy. In Linux it is extremely easy with netstat -ltpn or any combination of those letters. But in Mac OS X netstat -an | grep LISTEN is the most humane. Others are very ugly and very difficult to remember when troubleshooting.
netstat -ltpn
netstat -an | grep LISTEN