LPIC-1 Administrative Tasks Practice Question
To enable disk quotas for user quotas on a filesystem, which line should be added to /etc/fstab's mount options?
⚠ Common exam trap
Candidates often confuse 'usrquota' with the generic term 'quota' or the incorrect 'userquota', assuming any word containing 'quota' will work, but the Linux kernel strictly requires the exact 'usrquota' string for user quotas.
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
✓
usrquota
The 'usrquota' mount option is the standard Linux kernel parameter used to enable user disk quotas on a filesystem. When added to the fourth field of an /etc/fstab entry, it instructs the kernel to track per-user disk usage, allowing the quota system (via quotacheck, edquota, etc.) to enforce limits.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
grpquota
Why it's wrong here
This enables group quotas, not user quotas.
- ✗
userquota
Why it's wrong here
The correct option is 'usrquota' (without 'e').
- ✗
quota
Why it's wrong here
The mount option is 'usrquota' or 'grpquota', not just 'quota'.
- ✓
usrquota
Why this is correct
Adding 'usrquota' to the mount options in /etc/fstab enables user quotas on the filesystem.
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 →
JA
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.