Bird
0
0

Which permission notation correctly represents a file where others have only write permission?

easy📝 Syntax Q3 of 15
Linux CLI - File Permissions and Ownership
Which permission notation correctly represents a file where others have only write permission?
Arw-r--r--
Brwxrwxrwx
Crwxr-xr-x
Drw-rw--w-
Step-by-Step Solution
Solution:
  1. Step 1: Understand the permission notation format

    The notation is divided into three groups of three characters each: user, group, and others.
  2. Step 2: Identify the permissions for others

    We want others to have only write permission, which is represented by 'w' in the third group, with '-' for read and execute.
  3. Step 3: Analyze each option

    rw-rw--w-: 'rw-rw--w-' means others have 'w' only (write). Options B, C, and D have different permissions for others.
  4. Final Answer:

    rw-rw--w- -> Option D
  5. Quick Check:

    Others have only 'w' permission in rw-rw--w- [OK]
Quick Trick: Others' permissions are the last three characters [OK]
Common Mistakes:
MISTAKES
  • Confusing write permission with execute permission
  • Misreading the order of user, group, and others
  • Assuming 'w' includes read or execute

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes