1REPQUOTA(8) System Manager's Manual REPQUOTA(8)
2
3
4
6 repquota - summarize quotas for a filesystem
7
9 /usr/sbin/repquota [ -vspiugP ] [ -c | -C ] [ -t | -n ] [ -F format-
10 name ] filesystem...
11
12 /usr/sbin/repquota [ -avtpsiugP ] [ -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 quota limits
19 set with edquota(8) or setquota(8). In the second column repquota
20 prints two characters marking which limits are exceeded. If user is
21 over his space softlimit or reaches his space hardlimit in case soft‐
22 limit is unset, the first character is '+'. Otherwise the character
23 printed is '-'. The second character denotes the state of inode usage
24 analogously.
25
26 repquota has to translate ids of all users/groups/projects to names
27 (unless option -n was specified) so it may take a while to print all
28 the information. To make translating as fast as possible repquota tries
29 to detect (by reading /etc/nsswitch.conf) whether entries are stored in
30 standard plain text file or in a database and either translates chunks
31 of 1024 names or each name individually. You can override this autode‐
32 tection by -c or -C options.
33
35 -a, --all
36 Report on all filesystems indicated in /etc/mtab to be read-
37 write with quotas.
38
39 -v, --verbose
40 Report all quotas, even if there is no usage. Be also more ver‐
41 bose about quotafile information.
42
43 -c, --cache
44 Cache entries to report and translate uids/gids to names in big
45 chunks by scanning all users (default). This is good (fast) be‐
46 haviour when using /etc/passwd file.
47
48 -C, --no-cache
49 Translate individual entries. This is faster when you have users
50 stored in database.
51
52 -t, --truncate-names
53 Truncate user/group names longer than 9 characters. This results
54 in nicer output when there are such names.
55
56 -n, --no-names
57 Don't resolve UIDs/GIDs to names. This can speedup printing a
58 lot.
59
60 -s, --human-readable[=units]
61 Try to report used space, number of used inodes and limits in
62 more appropriate units than the default ones. Units can be also
63 specified explicitely by an optional argument in format [ kgt
64 ],[ kgt ] where the first character specifies space units and
65 the second character specifies inode units.
66
67 -p, --raw-grace
68 When user is in grace period, report time in seconds since epoch
69 when his grace time runs out (or has run out). Field is '0' when
70 no grace time is in effect. This is especially useful when
71 parsing output by a script.
72
73 -i, --no-autofs
74 Ignore mountpoints mounted by automounter.
75
76 -F, --format=format-name
77 Report quota for specified format (ie. don't perform format
78 autodetection). Possible format names are: vfsold Original
79 quota format with 16-bit UIDs / GIDs, vfsv0 Quota format with
80 32-bit UIDs / GIDs, 64-bit space usage, 32-bit inode usage and
81 limits, vfsv1 Quota format with 64-bit quota limits and usage,
82 xfs (quota on XFS filesystem)
83
84 -g, --group
85 Report quotas for groups.
86
87 -P, --project
88 Report quotas for projects.
89
90 -u, --user
91 Report quotas for users. This is the default.
92
93 -O, --output=format-name
94 Output quota report in the specified format. Possible format
95 names are: default The default format, optimized for console
96 viewing csv Comma-separated values, a text file with the columns
97 delimited by commas xml Output is XML encoded, useful for pro‐
98 cessing with XSLT
99
100 Only the super-user may view quotas which are not their own.
101
103 aquota.user or aquota.group
104 quota file at the filesystem root (version 2 quota,
105 non-XFS filesystems)
106 quota.user or quota.group
107 quota file at the filesystem root (version 1 quota,
108 non-XFS filesystems)
109 /etc/mtab default filesystems
110 /etc/passwd default set of users
111 /etc/group default set of groups
112
114 quota(1), quotactl(2), edquota(8), quotacheck(8), quotaon(8),
115 quota_nld(8), setquota(8), warnquota(8)
116
117
118
1194th Berkeley Distribution REPQUOTA(8)