

InterviewSolution
Saved Bookmarks
1. |
MongoDB requires a filesystem that supports ______ on directories.(a) fsynconce()(b) fsync()(c) sync()(d) all of the mentioned |
Answer» Right choice is (b) fsync() To explain I would say: HGFS and Virtual Box’s shared folders do not support this operation. |
|