Mongodb using db.help() on a particular db command
- by user1325696
When I type db.help()
It returns
DB methods:
db.addUser(username, password[, readOnly=false])
db.auth(username, password)
...
...
db.printShardingStatus()
...
...
db.fsyncLock() flush data to disk and lock server for backups
db.fsyncUnock() unlocks server following a db.fsyncLock()
I'd like to find out how…