Which operation releases an open file so that the process no longer has it open?

Options

  • A. Create
  • B. Close
  • C. Rename
  • D. Delete
  • E. None of the above

Correct Answer (Detailed Explanation is Below)

B. Close

Detailed Explanation

The close operation releases the process file association with an opened file.