Skip to content

Instantly share code, notes, and snippets.

@BIWhitfield
Created June 22, 2017 14:04
Show Gist options
  • Save BIWhitfield/bb5e999f1c97702d40569a602472144f to your computer and use it in GitHub Desktop.
Save BIWhitfield/bb5e999f1c97702d40569a602472144f to your computer and use it in GitHub Desktop.
Shell command to display active mongod process and kill them
ps aux | grep mongod
kill <process_id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment