Skip to content

Instantly share code, notes, and snippets.

@kennethreitz
Forked from defunkt/ports.sh
Created April 21, 2010 17:56
Show Gist options
  • Save kennethreitz/374165 to your computer and use it in GitHub Desktop.
Save kennethreitz/374165 to your computer and use it in GitHub Desktop.
List what ports are in use on OS X
sudo lsof -iTCP -sTCP:LISTEN -P
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment