

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 mentioned |
Answer» Correct option is (a) dbPath To explain: The user account that mongod runs under will need read and write access to this directory. |
|