Linux Foundation Certified System Administrator (LFCS) — Question 126
Which of the following commands will change the quota for a specific user?
Answer options
- A. edquota
- B. repquota
- C. quota -e
- D. quota
Correct answer: A
Explanation
The correct answer is A, edquota, as it is specifically designed to edit user quotas on a filesystem. The other options, such as repquota and quota, are used for reporting and displaying quota information rather than modifying it.