Skip to content

Instantly share code, notes, and snippets.

@ricardoaugusto
Created December 3, 2019 11:13
Show Gist options
  • Save ricardoaugusto/3dd1cc45d07455bdbe167270ee234c15 to your computer and use it in GitHub Desktop.
Save ricardoaugusto/3dd1cc45d07455bdbe167270ee234c15 to your computer and use it in GitHub Desktop.
Find and kill a process locking port 8000 on macOS Terminal
sudo lsof -i tcp:8000
kill -9 PID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment