Deleted Added
full compact
repquota.8 (140442) repquota.8 (207736)
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.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 15 unchanged lines hidden (view full) ---

24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" @(#)repquota.8 8.1 (Berkeley) 6/6/93
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.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 15 unchanged lines hidden (view full) ---

24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" @(#)repquota.8 8.1 (Berkeley) 6/6/93
32.\" $FreeBSD: head/usr.sbin/repquota/repquota.8 140442 2005-01-18 20:02:45Z ru $
32.\" $FreeBSD: head/usr.sbin/repquota/repquota.8 207736 2010-05-07 00:41:12Z mckusick $
33.\"
34.Dd June 6, 1993
35.Dt REPQUOTA 8
36.Os
37.Sh NAME
38.Nm repquota
39.Nd summarize quotas for a file system
40.Sh SYNOPSIS
41.Nm
33.\"
34.Dd June 6, 1993
35.Dt REPQUOTA 8
36.Os
37.Sh NAME
38.Nm repquota
39.Nd summarize quotas for a file system
40.Sh SYNOPSIS
41.Nm
42.Op Fl h
42.Op Fl g
43.Op Fl n
44.Op Fl u
45.Op Fl v
46.Ar filesystem Ar ...
47.Nm
43.Op Fl g
44.Op Fl n
45.Op Fl u
46.Op Fl v
47.Ar filesystem Ar ...
48.Nm
49.Op Fl h
48.Op Fl g
49.Op Fl n
50.Op Fl u
51.Op Fl v
52.Fl a
53.Sh DESCRIPTION
54The
55.Nm
56utility prints a summary of the disk usage and quotas for the
57specified file systems.
58.Pp
59Available options:
60.Bl -tag -width indent
61.It Fl a
62Print the quotas of all the file systems listed in
63.Pa /etc/fstab .
64.It Fl g
65Print only group quotas (the default is to print both
66group and user quotas if they exist).
50.Op Fl g
51.Op Fl n
52.Op Fl u
53.Op Fl v
54.Fl a
55.Sh DESCRIPTION
56The
57.Nm
58utility prints a summary of the disk usage and quotas for the
59specified file systems.
60.Pp
61Available options:
62.Bl -tag -width indent
63.It Fl a
64Print the quotas of all the file systems listed in
65.Pa /etc/fstab .
66.It Fl g
67Print only group quotas (the default is to print both
68group and user quotas if they exist).
69.It Fl h
70Display information in a more human readable format
71rather than in historic kilobyte format.
67.It Fl n
68Display user and group IDs numerically rather than converting to
69a user or group name.
70.It Fl u
71Print only user quotas (the default is to print both
72group and user quotas if they exist).
73.It Fl v
74Print a header line before printing each file system quotas.
75.El
76.Pp
77For each user or group, the current
72.It Fl n
73Display user and group IDs numerically rather than converting to
74a user or group name.
75.It Fl u
76Print only user quotas (the default is to print both
77group and user quotas if they exist).
78.It Fl v
79Print a header line before printing each file system quotas.
80.El
81.Pp
82For each user or group, the current
78number files and amount of space (in kilobytes) is
83number files and amount of space is
79printed, along with any quotas created with
80.Xr edquota 8 .
81.Pp
82Only members of the operator group or the super-user may
83use this command.
84.Sh FILES
85.Bl -tag -width quota.group -compact
86.It Pa quota.user

--- 20 unchanged lines hidden ---
84printed, along with any quotas created with
85.Xr edquota 8 .
86.Pp
87Only members of the operator group or the super-user may
88use this command.
89.Sh FILES
90.Bl -tag -width quota.group -compact
91.It Pa quota.user

--- 20 unchanged lines hidden ---