Manual Page Result
0
Command: vquot | Section: 8 | Source: Digital UNIX | File: vquot.8.gz
vquot(8) System Manager's Manual vquot(8)
NAME
vquot - summarizes fileset ownership
SYNOPSIS
/usr/sbin/vquot [-cfn] [domain#set ...]
Specifies one or more filesets. Specify a fileset by entering the name
of the file domain, a pound-sign (#) character, and the name of the
fileset.
FLAGS
Displays three columns giving file size in blocks, the number of files
of that size, and cumulative total of blocks in a file of that size or
smaller. Note that disk quotas are displayed in 1 kilobyte blocks.
Displays amount of space used and a count of number of files owned by
each user. Causes the following pipeline to display a list of all
files and their owners:
# vncheck domain#set | sort +0n | vquot -n domain#set
DESCRIPTION
Operations supported by the vquot command are also supported by the
quot command. See The vquot 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 vquot command displays the number of blocks in the fileset that are
currently owned by each user. If you do not specify a fileset, the
vquot command processes all filesets of type ro, rw, or rq that are
listed in the /etc/fstab file.
RESTRICTION
You must be the root user to use the vquot command.
EXAMPLE
The following command displays the number of blocks owned by each user:
# vquot staff_domain#usr
staff_domain#usr: 308522 bin 93881 smith 62270 root
4335 #553
3615 bold
24 daemon
15 steven
14 jones
14 walter
6 adm
3 north
FILES
Command path Contains user information Lists filesets
RELATED INFORMATION
ls(1), du(1). delim off
vquot(8)