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

Service MongoDB

ZeroC0D3 Engineer edited this page Mar 1, 2018 · 3 revisions

MongoDB Service

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