The correct answer is A. edquota
Explanation:
edquota: This command is specifically designed to edit user and group quotas. It opens a text editor (usually vi) where you can directly modify the quota limits for a specific user or group.
repquota: This command generates reports on disk usage and quotas for filesystems, but it doesn't allow you to change the quota values themselves.
quota -e: There is no -e option for the quota command.
quota: This command displays the current quotas for a user or group, but it doesn't have a built-in way to modify them.
Example:
To change the quota for a user named "john," you would use the following command:
sudo edquota john
This will open the quota file for "john" in an editor, allowing you to modify the soft and hard limits for block usage and inode usage.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
9866666
5 months, 1 week ago