1repquota(1M) System Administration Commands repquota(1M)
2
3
4
6 repquota - summarize quotas for a ufs file system
7
9 repquota [-v] filesystem...
10
11
12 repquota -a [-v]
13
14
16 repquota prints a summary of the disk usage and quotas for the speci‐
17 fied ufs file systems. The current number of files and amount of space
18 (in kilobytes) is printed for each user along with any quotas created
19 with edquota(1M).
20
21
22 The filesystem must have the file quotas in its root directory.
23
24
25 Only the super-user may view quotas which are not their own.
26
28 The following options are supported:
29
30 -a Report on all mounted ufs file systems that have rq in the
31 mntopts field of the /etc/vfstab file.
32
33
34 -v Report quotas for all users, even those who do not consume
35 resources.
36
37
39 See largefile(5) for the description of the behavior of repquota when
40 encountering files greater than or equal to 2 Gbyte ( 2^31 bytes).
41
43 See attributes(5) for descriptions of the following attributes:
44
45
46
47
48 ┌─────────────────────────────┬─────────────────────────────┐
49 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
50 ├─────────────────────────────┼─────────────────────────────┤
51 │Availability │SUNWcsu │
52 └─────────────────────────────┴─────────────────────────────┘
53
55 edquota(1M), quota(1M), quotacheck(1M), quotaon(1M), attributes(5),
56 largefile(5), quotactl(7I)
57
58
59
60SunOS 5.11 16 Sep 1996 repquota(1M)