OpenBSD manual page server

Manual Page Search Parameters

REPQUOTA(8) System Manager's Manual REPQUOTA(8)

repquotasummarize quotas for a file system

repquota [-guv] -a

repquota [-guv] filesystem ...

repquota prints a summary of the disk usage and quotas for the specified filesystem(s).

The options are as follows:

Print the quotas of all filesystems listed in /etc/fstab.
Print only group quotas (the default is to print both group and user quotas if they exist).
Print only user quotas (the default is to print both group and user quotas if they exist).
Print a header line before printing each filesystem's quota.

For each user or group, the current number of files and amount of space (in kilobytes) is printed, along with any quotas created with edquota(8).

Only members of the operator group or the superuser may use this command.

quota.user
at the filesystem root with user quotas
quota.group
at the filesystem root with group quotas
/etc/fstab
for file system names and locations

quota(1), quotactl(2), fstab(5), edquota(8), quotacheck(8), quotaon(8)

The repquota command appeared in 4.2BSD.

March 17, 2016 OpenBSD-current