1REPQUOTA(8) System Manager's Manual REPQUOTA(8)
2
3
4
6 repquota - summarize quotas for a filesystem
7
9 /usr/sbin/repquota [ -vspiug ] [ -c | -C ] [ -t | -n ] [ -F format-name
10 ] filesystem...
11
12 /usr/sbin/repquota [ -avtpsiug ] [ -c | -C ] [ -t | -n ] [ -F format-
13 name ]
14
16 repquota prints a summary of the disc usage and quotas for the speci‐
17 fied file systems. For each user the current number of files and
18 amount of space (in kilobytes) is printed, along with any quotas cre‐
19 ated with edquota(8). As repquota has to translate ids of all
20 users/groups to names (unless option -n was specified) it may take a
21 while to print all the information. To make translating as fast as pos‐
22 sible repquota tries to detect (by reading /etc/nsswitch.conf) whether
23 entries are stored in standard plain text file or in database and
24 either translates chunks of 1024 names or each name individually. You
25 can override this autodetection by -c or -C options.
26
28 -a, --all
29 Report on all filesystems indicated in /etc/mtab to be read-
30 write with quotas.
31
32 -v, --verbose
33 Report all quotas, even if there is no usage. Be also more ver‐
34 bose about quotafile information.
35
36 -c, --batch-translation
37 Cache entries to report and translate uids/gids to names in big
38 chunks by scanning all users (default). This is good (fast) be‐
39 haviour when using /etc/passwd file.
40
41 -C, --no-batch-translation
42 Translate individual entries. This is faster when you have users
43 stored in database.
44
45 -t, --truncate-names
46 Truncate user/group names longer than 9 characters. This results
47 in nicer output when there are such names.
48
49 -n, --no-names
50 Don't resolve UIDs/GIDs to names. This can speedup printing a
51 lot.
52
53 -s, --human-readable
54 Try to report used space, number of used inodes and limits in
55 more appropriate units than the default ones.
56
57 -p, --raw-grace
58 When user is in grace period, report time in seconds since epoch
59 when his grace time runs out (or has run out). Field is '0' when
60 no grace time is in effect. This is especially useful when
61 parsing output by a script.
62
63 -i, --no-autofs
64 Ignore mountpoints mounted by automounter.
65
66 -F, --format=format-name
67 Report quota for specified format (ie. don't perform format
68 autodetection). Possible format names are: vfsold Original
69 quota format with 16-bit UIDs / GIDs, vfsv0 Quota format with
70 32-bit UIDs / GIDs, 64-bit space usage, 32-bit inode usage and
71 limits, vfsv1 Quota format with 64-bit quota limits and usage,
72 xfs (quota on XFS filesystem)
73
74 -g, --group
75 Report quotas for groups.
76
77 -u, --user
78 Report quotas for users. This is the default.
79
80 Only the super-user may view quotas which are not their own.
81
83 aquota.user or aquota.group
84 quota file at the filesystem root (version 2 quota,
85 non-XFS filesystems)
86 quota.user or quota.group
87 quota file at the filesystem root (version 1 quota,
88 non-XFS filesystems)
89 /etc/mtab default filesystems
90 /etc/passwd default set of users
91 /etc/group default set of groups
92
94 quota(1), quotactl(2), edquota(8), quotacheck(8), quotaon(8),
95 quota_nld(8), setquota(8), warnquota(8)
96
97
98
994th Berkeley Distribution REPQUOTA(8)