1REPQUOTA(8)                 System Manager's Manual                REPQUOTA(8)
2
3
4

NAME

6       repquota - summarize quotas for a filesystem
7

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

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  (version  1
69              quota), vfsv0 (version 2 quota), xfs (quota on XFS filesystem)
70
71       -g, --group
72              Report quotas for groups.
73
74       -u, --user
75              Report quotas for users. This is the default.
76
77       Only the super-user may view quotas which are not their own.
78

FILES

80       aquota.user or aquota.group
81                           quota file at the filesystem root (version 2 quota,
82                           non-XFS filesystems)
83       quota.user or quota.group
84                           quota file at the filesystem root (version 1 quota,
85                           non-XFS filesystems)
86       /etc/mtab           default filesystems
87       /etc/passwd         default set of users
88       /etc/group          default set of groups
89

SEE ALSO

91       quota(1),    quotactl(2),    edquota(8),   quotacheck(8),   quotaon(8),
92       quota_nld(8), setquota(8), warnquota(8)
93
94
95
964th Berkeley Distribution                                          REPQUOTA(8)
Impressum