Operating System File System Implementation
Q What will happens when a process closes the file?
  • A A. Per-process table entry is not removed
  • B B. System wide entry’s open count is decremented
  • C C. All of the mentioned
  • D D. None of the mentioned
Leave a Comment