Skip to content

Instantly share code, notes, and snippets.

@mstump
Created March 3, 2014 22:33
Show Gist options
  • Save mstump/9336043 to your computer and use it in GitHub Desktop.
Save mstump/9336043 to your computer and use it in GitHub Desktop.
List all process listening for TCP on OSX
sudo lsof -iTCP -sTCP:LISTEN -P -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment