Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kkasaei/6ecc021b2509e3f21f1b6d86284926bb to your computer and use it in GitHub Desktop.
Save kkasaei/6ecc021b2509e3f21f1b6d86284926bb to your computer and use it in GitHub Desktop.
https://stackoverflow.com/questions/3855127/find-and-kill-process-locking-port-3000-on-mac
@kkasaei
Copy link
Author

kkasaei commented Jun 29, 2018

then check status of the reported PID :

ps ax | grep
finally, "begone with it":

kill -QUIT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment