Bird
0
0

Why does chown require root privileges to change ownership of files?

hard📝 Conceptual Q10 of 15
Linux CLI - File Permissions and Ownership
Why does chown require root privileges to change ownership of files?
ABecause changing ownership modifies file contents
BBecause ownership changes affect file permissions directly
CTo prevent unauthorized users from taking ownership and compromising security
DBecause only root can delete files
Step-by-Step Solution
Solution:
  1. Step 1: Understand security implications of ownership

    Ownership controls who can access or modify files.
  2. Step 2: Reason why root is required

    Allowing normal users to change ownership could let them take control of files they shouldn't.
  3. Final Answer:

    To prevent unauthorized users from taking ownership and compromising security -> Option C
  4. Quick Check:

    Root needed for security = B [OK]
Quick Trick: Root needed to protect file ownership security [OK]
Common Mistakes:
MISTAKES
  • Thinking ownership changes file content
  • Confusing ownership with permissions
  • Believing only root can delete files

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes