Skip to content

Instantly share code, notes, and snippets.

@barbietunnie
Created April 22, 2022 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barbietunnie/e6199a75e36e95e8132c42a08bcb8b22 to your computer and use it in GitHub Desktop.
Save barbietunnie/e6199a75e36e95e8132c42a08bcb8b22 to your computer and use it in GitHub Desktop.
List ports in use
sudo lsof -i -P -n | grep LISTEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment