Bird
0
0

Which permission allows a user to run a file as a program in Linux?

easy📝 Conceptual Q1 of 15
Linux CLI - File Permissions and Ownership
Which permission allows a user to run a file as a program in Linux?
AWrite permission
BRead permission
CExecute permission
DDelete permission
Step-by-Step Solution
Solution:
  1. Step 1: Understand the execute permission

    Execute permission allows a user to run a file as a program or script.
  2. Step 2: Compare with other permissions

    Read allows viewing, write allows modifying, delete is not a standard permission type.
  3. Final Answer:

    Execute permission -> Option C
  4. Quick Check:

    Execute permission = Run file [OK]
Quick Trick: Execute permission lets you run files as programs [OK]
Common Mistakes:
  • Confusing read with execute
  • Thinking write allows running
  • Assuming delete is a permission

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes