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