Skip to content

Instantly share code, notes, and snippets.

@lucasmotta
Created July 20, 2015 11:15
Show Gist options
  • Save lucasmotta/c329bd717e2a3243d675 to your computer and use it in GitHub Desktop.
Save lucasmotta/c329bd717e2a3243d675 to your computer and use it in GitHub Desktop.
Check if a specific port is being used on Mac OX
sudo lsof -i :8000 # checks port 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment