Question
What is the purpose of file locking?
Select an option. Your answer will be checked instantly.
Correct Answer: D. To coordinate concurrent access so processes do not perform conflicting file operations
Explanation:
File locks can provide shared-read or exclusive-write coordination among processes.
They help preserve consistency when several users or programs access the same file.
Leave a Reply