Skip to content

Instantly share code, notes, and snippets.

@niqdev
Last active September 16, 2015 08:12
Show Gist options
  • Save niqdev/2cb6b9c807be19e7a15e to your computer and use it in GitHub Desktop.
Save niqdev/2cb6b9c807be19e7a15e to your computer and use it in GitHub Desktop.
Who is listening on a given TCP port on Mac OS X
lsof -i -n -P | grep TCP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment