vrepquota(8) — Maintenance
NAME
vrepquota − summarizes fileset quotas
SYNOPSIS
/usr/sbin/vrepquota [-guv] setname ...
/usr/sbin/vrepquota -a [-guv]
setnameSpecifies one or more filesets. You can specify a fileset by using either the root directory (/usr/staff/myfileset) or domain#fileset.
FLAGS
-aPrints quota for all the filesets listed in /etc/fstab.
-gPrints group quotas only.
-uPrints user quotas only.
-vPrints a header line before the information for each fileset.
DESCRIPTION
Operations supported by the vrepquota command are also supported by the repquota command. See repquota(.). The vrepquota command is supported only for backward compatibility with operating system versions earlier than DIGITAL UNIX Version 4.0 and will be retired in a future release of the product.
The vrepquota command prints a summary of the disk usage and quotas for the specified filesets. To be included in the summary, each fileset must have an advfs rq, userquota, groupquota entry in the /etc/fstab file . The following is an example of an entry in the etc/fstab file for the usr fileset:
advfs_dmn#usr /usr advfs rq,userquota,groupquota
By default, both user and group quota are displayed (if they exist). For each user or group, the current number of files and amount of space (in 1 kilobyte blocks) is printed, as well as quota limits established with the vedquota command.
RESTRICTIONS
You must be the root user to use the vrepquota command.
FILES
/usr/sbin/vrepquota
Specifies the command path
[setname_root]/quota.user
Contains user quotas for filesets
[setname_root]/quota.group
Contains group quotas for filesets
/etc/fstabContains fileset names and locations
RELATED INFORMATION
vedquota(8), fsck(8), vquota(1), quotacheck(8), vquotaon(8), quotactl(2), fstab(4).