InterviewSolution
Saved Bookmarks
| 1. |
For every pair of component and directory vnode after path name translation ____________(a) a single NFS lookup call is used sequentially(b) a single NFS lookup call is used beginning from the last component(c) at least two NFS lookup calls per component are performed(d) a separate NFS lookup call is performedI got this question by my college professor while I was bunking the class.I need to ask this question from File System Implementation in section File Systems and their Implementation of Operating System |
|
Answer» CORRECT CHOICE is (d) a separate NFS LOOKUP call is performed Easiest explanation - None. |
|