Tag Archives: netstat

Show open Ports on Mac OS X

On linux you might be using something like “netstat -atp…” to show open ports (and their processes). On OS X this doesn’t work – a different approach is neeed: sudo lsof -i -P | | egrep –color -i listen this post was … Continue reading

Posted in Apple, OS X | Tagged , , , | Leave a comment