Drag steps to the numbered slots on the right, or tap a step then tap a slot.
LPIC-1 Devices, Filesystems and FHS Practice Question
Order the steps to create and apply a file system permission using ACLs.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Mount the filesystem with the acl option, then use setfacl to apply ACL rules, then use getfacl to verify ACL rules.
ACLs require the filesystem to be mounted with the acl option, then setfacl applies rules, and getfacl verifies them.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Mount the filesystem with the acl option, then use setfacl to apply ACL rules, then use getfacl to verify ACL rules.
Why this is correct
This is the correct order because the filesystem must first support ACLs via the mount option, then rules can be set, and finally verified.
- ✗
Use setfacl to apply ACL rules, then mount the filesystem with the acl option, then use getfacl to verify ACL rules.
Why it's wrong here
This is incorrect because ACLs cannot be applied until the filesystem is mounted with the acl option; applying rules before mounting will fail.
- ✗
Use getfacl to verify ACL rules, then use setfacl to apply ACL rules, then mount the filesystem with the acl option.
Why it's wrong here
This is incorrect because getfacl cannot verify rules that haven't been set, and the filesystem must be mounted with acl before any ACL operations.
- ✗
Mount the filesystem with the acl option, then use getfacl to verify ACL rules, then use setfacl to apply ACL rules.
Why it's wrong here
This is incorrect because getfacl before setfacl would show no ACLs (or inherited ones), and rules must be set before verification is meaningful.
Visual reference
Go deeper
Related to this question
About these practice questions
This LPIC-1 question is part of Courseiva's 527-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This LPIC-1 practice question is part of Courseiva's free LPI certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the LPIC-1 exam.