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