1REPQUOTA(8) System Manager's Manual REPQUOTA(8)
2
3
4
6 repquota - summarize quotas for a filesystem
7
9 /usr/sbin/repquota [ -vsiug ] [ -c | -C ] [ -t | -n ] [ -F format-name
10 ] filesystem...
11
12 /usr/sbin/repquota [ -avtsiug ] [ -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 -i, --no-autofs
58 Ignore mountpoints mounted by automounter.
59
60 -F, --format=format-name
61 Report quota for specified format (ie. don't perform format
62 autodetection). Possible format names are: vfsold (version 1
63 quota), vfsv0 (version 2 quota), xfs (quota on XFS filesystem)
64
65 -g, --group
66 Report quotas for groups.
67
68 -u, --user
69 Report quotas for users. This is the default.
70
71 Only the super-user may view quotas which are not their own.
72
74 aquota.user or aquota.group
75 quota file at the filesystem root (version 2 quota,
76 non-XFS filesystems)
77 quota.user or quota.group
78 quota file at the filesystem root (version 1 quota,
79 non-XFS filesystems)
80 /etc/mtab default filesystems
81 /etc/passwd default set of users
82 /etc/group default set of groups
83
85 quota(1), quotactl(2), edquota(8), quotacheck(8), quotaon(8),
86 setquota(8)
87
88
89
904th Berkeley Distribution REPQUOTA(8)