Skip to content

Instantly share code, notes, and snippets.

@brev
Created February 5, 2015 20:30
Show Gist options
  • Save brev/5d994beffc552ffc6176 to your computer and use it in GitHub Desktop.
Save brev/5d994beffc552ffc6176 to your computer and use it in GitHub Desktop.
Find process using port
# find what's on port 80
sudo lsof -i :80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment