

InterviewSolution
Saved Bookmarks
1. |
_______ is /srv/mongodb, which specifies where MongoDB will store its data files.(a) dbPath(b) dbPathSts(c) db.Op(d) none of the mentionedI got this question in unit test.This key question is from Run-time Database Configuration topic in portion GridFS, BSON Datatype and Administration Concepts of MongoDB |
Answer» CORRECT option is (a) dbPath To explain: The user ACCOUNT that mongod RUNS under will need READ and write access to this directory. |
|