Go to main content

man pages section 8: System Administration Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

repquota(8)

Name

repquota - summarize quotas for a UFS file system

Synopsis

repquota [-v] filesystem...
repquota -a [-v]

Description

repquota prints a summary of the disk usage and quotas for the specified UFS file systems. The current number of files and amount of space (in kilobytes) is printed for each user along with any quotas created with edquota(8).

The filesystem must have the file quotas in its root directory, and the repquota must be run by a user with read access to the quotas file, which is normally restricted to root.

Options

The following options are supported:

–a

Report on all mounted UFS file systems that have rq in the mntopts field of the /etc/vfstab file.

–v

Report quotas for all user IDs, even those who do not consume resources.

Attributes

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/file-system/ufs

See Also

quotactl(4I), attributes(7), edquota(8), quota(8), quotacheck(8), quotaon(8)