Skip to content

Instantly share code, notes, and snippets.

@herrbischoff
Created April 8, 2015 20:13
Show Gist options
  • Save herrbischoff/f5d5eca71d4de6bd58c7 to your computer and use it in GitHub Desktop.
Save herrbischoff/f5d5eca71d4de6bd58c7 to your computer and use it in GitHub Desktop.
Check for Applications Listening on a Certain Port
sudo lsof -i -n -P | grep TCP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment