NAME | SYNOPSIS | DESCRIPTION | OPTIONS | FILES | SEE ALSO | BUGS | COLOPHON

QUOT(8)                    System Manager's Manual                   QUOT(8)

NAME         top

       quot - summarize filesystem ownership

SYNOPSIS         top

       quot [ -acfguvi ] [ filesystem... ]

DESCRIPTION         top

       quot displays the number of kilobytes in the named filesystem
       currently owned by each user or group. Note that this utility
       currently works only for XFS.

OPTIONS         top

       -a     Generate a report for all mounted filesystems giving the
              number of kilobytes used by each user or group.
       -c     Display three columns giving file size in kilobytes, number of
              files of that size, and cumulative total of kilobytes in that
              size or smaller file.  The last row is used as an overflow
              bucket and is the total of all files greater than 500
              kilobytes.
       -f     Display count of kilobytes and number of files owned by each
              user or group.
       -g     Report on groups.
       -u     Report on users (the default).
       -v     Display three columns containing the number of kilobytes not
              accessed in the last 30, 60, and 90 days.
       -i     Ignore mountpoints mounted by automounter.
       -T     Avoid truncation of user names longer than 8 characters.
       -q     Do not sort the output.

FILES         top

       /etc/mtab           mounted filesystem table
       /etc/passwd         default set of users
       /etc/group          default set of groups

SEE ALSO         top

       du(1), ls(1).

BUGS         top

       Currently, only the XFS filesystem type is supported.

COLOPHON         top

       This page is part of the quota (Linux Diskquota Tools) project.
       Information about the project can be found at [unknown -- if you
       know, please contact man-pages@man7.org] It is not known how to
       report bugs for this man page; if you know, please send a mail to
       man-pages@man7.org.  This page was obtained from the project's
       upstream Git repository 
       ⟨git://git.kernel.org/pub/scm/utils/quota/quota-tools.git⟩ on
       2017-07-05.  If you discover any rendering problems in this HTML ver‐
       sion of the page, or you believe there is a better or more up-to-date
       source for the page, or you have corrections or improvements to the
       information in this COLOPHON (which is not part of the original man‐
       ual page), send a mail to man-pages@man7.org
                                                                     QUOT(8)