Skip to content

Instantly share code, notes, and snippets.

@knzconnor
Created October 9, 2012 17:11
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knzconnor/3860108 to your computer and use it in GitHub Desktop.
Save knzconnor/3860108 to your computer and use it in GitHub Desktop.
lsof command to find all things listening on ports
lsof -Pnl +M -i4 | grep LISTEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment