Skip to content

Instantly share code, notes, and snippets.

@adamvr
Created January 8, 2011 01:11
Show Gist options
  • Save adamvr/770403 to your computer and use it in GitHub Desktop.
Save adamvr/770403 to your computer and use it in GitHub Desktop.
# All ports
sudo lsof -i -P
# Listening ports
sudo lsof -i -P | grep "LISTEN"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment