Skip to content

Instantly share code, notes, and snippets.

@chrisyip
Created December 16, 2014 18:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisyip/52e24370a9ea8b181a72 to your computer and use it in GitHub Desktop.
Save chrisyip/52e24370a9ea8b181a72 to your computer and use it in GitHub Desktop.
List ports being used
sudo lsof -i -P | grep -i "listen"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment