Skip to content

Instantly share code, notes, and snippets.

@poctek
Created July 18, 2016 19:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save poctek/299707dee2121175c95bd73580e5e15d to your computer and use it in GitHub Desktop.
Save poctek/299707dee2121175c95bd73580e5e15d to your computer and use it in GitHub Desktop.
Kill server process
lsof -wni tcp:3000
kill -9 59780
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment