Skip to content

Instantly share code, notes, and snippets.

@balda
Created May 29, 2014 13:32
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 balda/0a9f7ac85541c4781196 to your computer and use it in GitHub Desktop.
Save balda/0a9f7ac85541c4781196 to your computer and use it in GitHub Desktop.
Kill node process
ps aux | grep node
# Find the process ID (second from the left):
kill -9 PRCOCESS_ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment