6324 Add an `ndp' tool for manipulating the neighbors table
[illumos-gate.git] / usr / src / man / man1m / quota.1m
blobbdf95c2430b4223c3e1a5203b10cb454f57822a8
1 '\" te
2 .\"  Copyright 1989 AT&T Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH QUOTA 1M "Apr 30, 2009"
7 .SH NAME
8 quota \- display a user's ufs or zfs file system disk quota and usage
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBquota\fR [\fB-v\fR] [\fIusername\fR]
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 \fBquota\fR displays users' UFS or ZFS disk usage and limits. Only the
19 super-user may use the optional \fIusername\fR argument to view the limits of
20 other users.
21 .sp
22 .LP
23 \fBquota\fR without options only display warnings about mounted file systems
24 where usage is over quota. Remotely mounted file systems which do not have
25 quotas turned on are ignored.
26 .sp
27 .LP
28 \fIusername\fR can be the numeric UID of a user.
29 .SH OPTIONS
30 .sp
31 .ne 2
32 .na
33 \fB\fB-v\fR\fR
34 .ad
35 .RS 6n
36 Display user's quota on all mounted file systems where quotas exist.
37 .RE
39 .SH USAGE
40 .sp
41 .LP
42 See \fBlargefile\fR(5) for the description of the behavior of \fBquota\fR when
43 encountering files greater than or equal to 2 Gbyte ( 2^31 bytes).
44 .SH FILES
45 .sp
46 .ne 2
47 .na
48 \fB\fB/etc/mnttab\fR\fR
49 .ad
50 .RS 15n
51 list of currently mounted filesystems
52 .RE
54 .SH SEE ALSO
55 .sp
56 .LP
57 \fBedquota\fR(1M), \fBquotaon\fR(1M), \fBquotacheck\fR(1M), \fBrepquota\fR(1M),
58 \fBrquotad\fR(1M), \fBattributes\fR(5), \fBlargefile\fR(5), \fBzones\fR(5)
59 .SH NOTES
60 .sp
61 .LP
62 \fBquota\fR displays quotas for NFS mounted UFS- or ZFS-based file systems if
63 the \fBrquotad\fR daemon is running. See \fBrquotad\fR(1M). In a \fBzones\fR(5)
64 environment, \fBquota\fR displays quotas only for the zone in which it is
65 invoked.
66 .sp
67 .LP
68 \fBquota\fR can display entries for the same file system multiple times for
69 multiple mount points. For example,
70 .sp
71 .in +2
72 .nf
73 # \fBquota -v user1\fR
74 .fi
75 .in -2
76 .sp
78 .sp
79 .LP
80 might display identical quota information for \fBuser1\fR at the mount points
81 \fB/home/user1\fR, \fB/home/user2\fR, and \fB/home/user\fR, if all three mount
82 points are mounted from the same file system with quotas turned on.