nerdexam
Linux_Foundation

LFCS · Question #724

Which of the following commands will change the quota for a specific user?

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

How the community answered

(52 responses)
  • A
    90% (47)
  • B
    2% (1)
  • C
    6% (3)
  • D
    2% (1)

Why each option

The `edquota` command is used to edit user and group quotas, allowing an administrator to modify their disk space and inode limits.

AedquotaCorrect

The `edquota` command invokes a text editor to allow modification of disk quotas for specific users or groups, making it the primary tool for changing quota limits.

Brepquota

The `repquota` command generates a summary report of disk usage and quotas for filesystems, but it does not provide functionality to edit or change quotas.

Cquota -e

The `quota` command displays current quota usage and limits; the `-e` option is not a valid or standard parameter for editing quotas with this utility.

Dquota

The `quota` command, 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

Source: 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.

Full LFCS Practice