Bird
0
0

If a file has permissions '-rw-r-----', who can read the file?

medium📝 Command Output Q4 of 15
Linux CLI - File Permissions and Ownership
If a file has permissions '-rw-r-----', who can read the file?
AOnly the owner
BOnly others (not owner or group)
CEveryone
DOwner and group members
Step-by-Step Solution
Solution:
  1. Step 1: Decode the permission string

    '-rw-r-----' means owner has read/write, group has read, others have no permissions.
  2. Step 2: Identify who can read

    Owner and group members can read; others cannot.
  3. Final Answer:

    Owner and group members -> Option D
  4. Quick Check:

    Read permission for owner and group = D [OK]
Quick Trick: r in owner and group means both can read [OK]
Common Mistakes:
  • Ignoring group read permission
  • Assuming others can read
  • Confusing write with read permission

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes