Skip to content

Instantly share code, notes, and snippets.

@thomastraum
Created October 28, 2012 12:29
Show Gist options
  • Save thomastraum/3968488 to your computer and use it in GitHub Desktop.
Save thomastraum/3968488 to your computer and use it in GitHub Desktop.
find process and kill it
$ ps aux | grep node
you PID 1.5 0.2 44172 8260 pts/2 S 15:25 0:00 node app.js
$ kill -2 PID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment