Linux_FoundationLinux_Foundation
LFCS · Question #724
LFCS Question #724: Real Exam Question with Answer & Explanation
The correct answer is A: edquota. The edquota command is used to edit user and group quotas, allowing an administrator to modify their disk space and inode limits.
Submitted by packet_pusher· Apr 18, 2026Storage Management
Question
Which of the following commands will change the quota for a specific user?
Options
- Aedquota
- Brepquota
- Cquota -e
- Dquota
Explanation
The edquota command is used to edit user and group quotas, allowing an administrator to modify their disk space and inode limits.
Common mistakes.
- B. The
repquotacommand generates a summary report of disk usage and quotas for filesystems, but it does not provide functionality to edit or change quotas. - C. The
quotacommand displays current quota usage and limits; the-eoption is not a valid or standard parameter for editing quotas with this utility. - D. The
quotacommand, when used without specific editing options, displays a user's current disk usage and quota limits but does not allow for their modification.
Concept tested. Managing disk quotas
Reference. https://man7.org/linux/man-pages/man8/edquota.8.html
Topics
#Quota management#Disk quotas#Filesystem management#Command-line utilities
Community Discussion
No community discussion yet for this question.