Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

mongod process is stopped by issuing which of the following command?

a) sudo service mongod start
b) sudo service mongod stop
c) sudo service mongod restart
d) none of the mentioned

Answer: b
Explanation: To stop MongoDB, press Control+C in the terminal where the mongod instance is running.

Join The Discussion