Bird
0
0

A directory has permissions 'drwxr-x---'. What can users in the group do inside this directory?

hard📝 Application Q9 of 15
Linux CLI - File Permissions and Ownership
A directory has permissions 'drwxr-x---'. What can users in the group do inside this directory?
AOnly execute
BRead and execute (list and enter) but not write
CRead, write, and execute
DNo permissions
Step-by-Step Solution
Solution:
  1. Step 1: Decode group permissions

    'r-x' for group means read and execute allowed, write denied.
  2. Step 2: Understand directory permissions

    Read allows listing files, execute allows entering directory, write allows adding/removing files.
  3. Final Answer:

    Read and execute (list and enter) but not write -> Option B
  4. Quick Check:

    Group permissions r-x = list and enter only [OK]
Quick Trick: r-x on directory means list and enter, no write [OK]
Common Mistakes:
  • Assuming write is allowed
  • Confusing execute with write
  • Ignoring directory context

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes