Skip to content

Instantly share code, notes, and snippets.

@BIWhitfield
Created August 2, 2017 16:15
Show Gist options
  • Save BIWhitfield/8f4101b2ff6e5ed529668257b9812134 to your computer and use it in GitHub Desktop.
Save BIWhitfield/8f4101b2ff6e5ed529668257b9812134 to your computer and use it in GitHub Desktop.
find process and kill

Find:

[sudo] lsof -i :3000

Kill:

kill -9

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