Bird
0
0

You want to set permissions so that the owner has full access, the group has read and execute, and others have no permissions. Which permission notation should you use?

hard📝 Application Q8 of 15
Linux CLI - File Permissions and Ownership
You want to set permissions so that the owner has full access, the group has read and execute, and others have no permissions. Which permission notation should you use?
Arwxrwxr--
Brwxr-x---
Crwxr--r--
Drwxr-xr-x
Step-by-Step Solution
Solution:
  1. Step 1: Translate owner permissions

    Owner full access means 'rwx'.
  2. Step 2: Translate group permissions

    Group read and execute means 'r-x'.
  3. Step 3: Translate others permissions

    Others no permissions means '---'.
  4. Step 4: Combine all parts

    Putting together: 'rwxr-x---'.
  5. Final Answer:

    rwxr-x--- -> Option B
  6. Quick Check:

    Owner=rwx, Group=r-x, Others=--- [OK]
Quick Trick: Owner-group-others order in notation [OK]
Common Mistakes:
  • Mixing group and others permissions
  • Forgetting execute permission for group

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes