1quota(1M)               System Administration Commands               quota(1M)
2
3
4

NAME

6       quota - display a user's ufs or zfs file system disk quota and usage
7

SYNOPSIS

9       quota [-v] [username]
10
11

DESCRIPTION

13       quota displays users' UFS or ZFS disk usage and limits. Only the super-
14       user may use the optional username argument to view the limits of other
15       users.
16
17
18       quota  without options only display warnings about mounted file systems
19       where usage is over quota. Remotely mounted file systems which  do  not
20       have quotas turned on are ignored.
21
22
23       username can be the numeric UID of a user.
24

OPTIONS

26       -v    Display  user's  quota  on  all mounted file systems where quotas
27             exist.
28
29

USAGE

31       See largefile(5) for the description of  the  behavior  of  quota  when
32       encountering files greater than or equal to 2 Gbyte ( 2^31 bytes).
33

FILES

35       /etc/mnttab    list of currently mounted filesystems
36
37

ATTRIBUTES

39       See attributes(5) for descriptions of the following attributes:
40
41
42
43
44       ┌─────────────────────────────┬─────────────────────────────┐
45       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
46       ├─────────────────────────────┼─────────────────────────────┤
47       │Availability                 │SUNWcsu                      │
48       └─────────────────────────────┴─────────────────────────────┘
49

SEE ALSO

51       edquota(1M),  quotaon(1M),  quotacheck(1M),  repquota(1M), rquotad(1M),
52       attributes(5), largefile(5), zones(5)
53

NOTES

55       quota displays quotas for NFS mounted UFS- or ZFS-based file systems if
56       the  rquotad daemon is running. See rquotad(1M). In a zones(5) environ‐
57       ment, quota displays quotas only for the zone in which it is invoked.
58
59
60       quota can display entries for the same file system multiple  times  for
61       multiple mount points. For example,
62
63         # quota -v user1
64
65
66
67
68       might display identical quota information for user1 at the mount points
69       /home/user1, /home/user2, and /home/user, if all three mount points are
70       mounted from the same file system with quotas turned on.
71
72
73
74SunOS 5.11                        30 Apr 2009                        quota(1M)
Impressum