

InterviewSolution
Saved Bookmarks
1. |
User account running mongod has _______ permissions for the directory.(a) write only(b) read only(c) read and write(d) none of the mentioned |
Answer» Right answer is (c) read and write The explanation: To run MongoDB, run the mongod process at the system prompt. |
|