glenda.party
term% ls -F
term% pwd
$home/manuals/unix_v8/8/quot
term% cat index.txt
QUOT(8)                     System Manager's Manual                    QUOT(8)



NAME
       quot - summarize file system ownership

SYNOPSIS
       /etc/quot [ option ] ...  [ filesystem ]

DESCRIPTION
       Quot  prints  the  number  of  blocks in the named filesystem currently
       owned by each user.  If no filesystem is named, a default name  is  as‐
       sumed.  The following options are available:

       -n     Cause  the  pipeline  ncheck  filesystem  |  sort  +0n | quot -n
              filesystem to produce a list of all files and their owners.

       -c     Print three columns giving file size in blocks, number of  files
              of  that  size,  and  cumulative total of blocks in that size or
              smaller file.

       -f     Print count of number of files as well as space  owned  by  each
              user.

       -b     Print  space-time  product  in  block-years in addition to space
              owned by each user.

FILES
       Default file system varies with system.
       /etc/passwd    to get user names

SEE ALSO
       ls(1), du(1)

BUGS
       Holes in files are counted as if they actually occupied space.



                                                                       QUOT(8)