Skip to content

Instantly share code, notes, and snippets.

@adamv
Forked from defunkt/ports.sh
Created April 21, 2010 21:26
Show Gist options
  • Save adamv/374420 to your computer and use it in GitHub Desktop.
Save adamv/374420 to your computer and use it in GitHub Desktop.
List what ports are in use on Unix
# List what ports are in use on Unix
sudo lsof -iTCP -sTCP:LISTEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment