CompTIA Linux+ Powered by LPI (LX0-103) — Question 33
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 command to change a user's quota is 'edquota', which allows administrators to edit the quota settings directly. The other options do not provide the functionality to modify user quotas: 'repquota' displays quota usage, 'quota -e' shows quota limits in a specific format, and 'quota' displays the current quota for a user.