Multiple choice

A locked file can be

  1. accessed by only one user

  2. modified by user with correct password

  3. used to hide sensitive information

  4. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A locked file can only be accessed by the single user or process that holds the lock. This exclusive access prevents other users from reading, modifying, or accessing the file until the lock is released. Locking is a fundamental mechanism for protecting data integrity when files are being used by multiple concurrent users or processes.