InterviewSolution
Saved Bookmarks
| 1. |
What will happens when a process closes the file?(a) per-process table entry is not removed(b) system wide entry’s open count is decremented(c) all of the mentioned(d) none of the mentionedI have been asked this question in an internship interview.This is a very interesting question from File System Implementation in portion File Systems and their Implementation of Operating System |
|
Answer» Correct ANSWER is (B) system WIDE ENTRY’s open COUNT is decremented |
|