xref: /original-bsd/usr.sbin/repquota/repquota.8 (revision c3e32dec)
1.\" Copyright (c) 1983, 1990, 1991, 1993
2.\"	The Regents of the University of California.  All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Robert Elz at The University of Melbourne.
6.\"
7.\" %sccs.include.redist.man%
8.\"
9.\"     @(#)repquota.8	8.1 (Berkeley) 06/06/93
10.\"
11.Dd
12.Dt REPQUOTA 8
13.Os BSD 4.2
14.Sh NAME
15.Nm repquota
16.Nd summarize quotas for a file system
17.Sh SYNOPSIS
18.Nm repquota
19.Op Fl g
20.Op Fl u
21.Op Fl v
22.Ar filesystem Ar ...
23.Nm repquota
24.Op Fl g
25.Op Fl u
26.Op Fl v
27.Fl a
28.Sh DESCRIPTION
29.Nm Repquota
30prints a summary of the disk usage and quotas for the
31specified file systems.
32.Pp
33Available options:
34.Bl -tag -width Ds
35.It Fl a
36Print the quotas of all the filesystems listed in
37.Pa /etc/fstab .
38.It Fl g
39Print only group quotas (the default is to print both
40group and user quotas if they exist).
41.It Fl u
42Print only user quotas (the default is to print both
43group and user quotas if they exist).
44.It Fl v
45Print a header line before printing each filesystem quotas.
46.El
47.Pp
48For each user or group, the current
49number files and amount of space (in kilobytes) is
50printed, along with any quotas created with
51.Xr edquota 8 .
52.Pp
53Only members of the operator group or the super-user may
54use this command.
55.Sh FILES
56.Bl -tag -width quota.group -compact
57.It Pa quota.user
58at the filesystem root with user quotas
59.It Pa quota.group
60at the filesystem root with group quotas
61.It Pa /etc/fstab
62for file system names and locations
63.El
64.Sh SEE ALSO
65.Xr quota 1 ,
66.Xr quotactl 2 ,
67.Xr fstab 5 ,
68.Xr edquota 8 ,
69.Xr quotacheck 8 ,
70.Xr quotaon 8
71.Sh DIAGNOSTICS
72Various messages about inaccessible files; self-explanatory.
73.Sh HISTORY
74The
75.Nm
76command appeared in
77.Bx 4.2 .
78