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
$ sudo mongod --config /etc/mongod.conf
$ mongo
$ sudo mongod --shutdown