Skip to content

Instantly share code, notes, and snippets.

@isthatcentered
Created October 6, 2017 13:19
Show Gist options
  • Save isthatcentered/e0a4d3bd7ea195e305cb335d7f2a0ed3 to your computer and use it in GitHub Desktop.
Save isthatcentered/e0a4d3bd7ea195e305cb335d7f2a0ed3 to your computer and use it in GitHub Desktop.
Kill process
ps ax | grep mongod
kill -2 <processId>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment