to run mongo demon with specified config file
$ sudo mongod --config /etc/mongod.conf
type mongo to enter the shell for mongod
$ mongo
to shutdown the mongod server
$ sudo mongod --shutdown
This page show some of the most used commands in Mongo
Published by van
$ sudo mongod --config /etc/mongod.conf
$ mongo
$ sudo mongod --shutdown