Skip to content

Instantly share code, notes, and snippets.

@ceme
Created December 18, 2014 21:05
Show Gist options
  • Save ceme/f27c7a26c68406409176 to your computer and use it in GitHub Desktop.
Save ceme/f27c7a26c68406409176 to your computer and use it in GitHub Desktop.
Mac OS X: find the program running on a port
sudo lsof -i :80 # checks port 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment