To cleanly shut down MongoDB, what command should you use from the MongoDB shell?
db.shutdown()
exit()
quit()
db.shutdownServer()