Created
October 6, 2017 13:19
-
-
Save isthatcentered/e0a4d3bd7ea195e305cb335d7f2a0ed3 to your computer and use it in GitHub Desktop.
Kill process
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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