Skip to content

Instantly share code, notes, and snippets.

@Orlandster
Last active November 2, 2018 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Orlandster/fbefbb13e3470c3895663ac146ad6fd3 to your computer and use it in GitHub Desktop.
Save Orlandster/fbefbb13e3470c3895663ac146ad6fd3 to your computer and use it in GitHub Desktop.
Mac Kill process on a specific port
sudo lsof -i tcp:3000
kill -9 <PID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment