Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Service MongoDB

ZeroC0D3 Team edited this page Jan 10, 2018 · 2 revisions

MongoDB Service

  • Running MongoDB
sudo mongod --fork --logpath [path_log_mongodb]
  • Stop MongoDB
ps aux | grep -i mongod | awk {'print $2'} | sudo xargs kill -9
Clone this wiki locally