Bird
0
0

You want to secure a system by limiting user access. Which approach best uses user management to achieve this?

hard📝 Application Q15 of 15
Linux CLI - Users and Groups
You want to secure a system by limiting user access. Which approach best uses user management to achieve this?
ACreate separate user accounts with minimal permissions and use groups to control access
BAllow all users to share one admin account for convenience
CDisable user accounts and only use root for all tasks
DRemove all users except guest to simplify management
Step-by-Step Solution
Solution:
  1. Step 1: Understand security best practices

    Limiting user permissions and using groups helps control who can do what on the system.
  2. Step 2: Evaluate options for security

    Sharing admin accounts or using root for all tasks is risky. Removing users excessively limits functionality.
  3. Final Answer:

    Create separate user accounts with minimal permissions and use groups to control access -> Option A
  4. Quick Check:

    Least privilege + groups = secure user management [OK]
Quick Trick: Use minimal permissions and groups to secure users [OK]
Common Mistakes:
  • Sharing admin accounts weakens security
  • Using root for all tasks is unsafe
  • Removing users breaks system usability

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes