Question
What information is maintained in a system-wide open-file table?
Select an option. Your answer will be checked instantly.
Correct Answer: C. State shared by open instances, such as file position, access mode, reference count, and metadata links
Explanation:
The open-file table records kernel state needed while files are actively open.
Process file descriptors refer to these entries rather than duplicating all underlying information.
Leave a Reply