NAME
SYNOPSIS
DESCRIPTION
OPTIONS
FILES
SEE ALSO

NAME

repquota - summarize quotas for a filesystem

SYNOPSIS

/usr/etc/repquota [ -vugems ] filesystem...

/usr/etc/repquota [ -avugems ]

DESCRIPTION

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

OPTIONS

-a

Report on all filesystems indicated in /etc/fstab to be read­write with quotas.

-v

-g

-u

-e

Report all quotas, even if there is no usage.

Report quotas for groups.

Report quotas for users. This is the default.

Report all quota limits of all users in /etc/passwd to the standard output stream in a format that setquota can read in. This is very useful in preserving the limits of a large number of users for later use. It can be useful to backup programs (it is used by xfsdump, for example, if quota are enabled on an XFS filesystem).

-m

Use the list of mounted filesystems from /etc/mtab instead of the static filesystem list in /etc/fstab.

-s

Report status of XFS quota internals such as the space occupied by quota information and quota on/off status.

Only the super­user may view quotas which are not their own.

FILES

quotas
/etc/mtab
/etc/fstab
/etc/passwd
/etc/passwd

quota file at the filesystem root
mounted filesystems
default filesystems
default set of users
default set of groups

SEE ALSO

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