Bird
0
0

Which of the following is the correct numeric permission mode to give the owner full permissions, the group read and execute, and others no permissions?

easy📝 Syntax Q3 of 15
Linux CLI - File Permissions and Ownership
Which of the following is the correct numeric permission mode to give the owner full permissions, the group read and execute, and others no permissions?
A750
B755
C700
D740
Step-by-Step Solution
Solution:
  1. Step 1: Assign permissions for each category

    Owner full permissions = 7 (read+write+execute), group read+execute = 5, others no permissions = 0.
  2. Step 2: Combine digits

    Owner=7, group=5, others=0 forms 750.
  3. Final Answer:

    750 -> Option A
  4. Quick Check:

    Owner=7, Group=5, Others=0 = 750 [OK]
Quick Trick: 7=full, 5=read+execute, 0=none [OK]
Common Mistakes:
MISTAKES
  • Confusing group and others digits
  • Using 755 which gives others execute permission

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes