elitejun@backrush.com
##### °¢ »ç¿ëÀÚº° µð½ºÅ© »ç¿ëÇöȲ Ãâ·Â #####
=======quot command »ç¿ë¹ý=============
Maintenance Commands quot(1M)
NOTES
This command may only be used by the super-user.
SunOS 5.7 Last change: 16 Sep 1996 2
NAME
quot - summarize file system ownership
SYNOPSIS
quot [ -acfhnv ] filesystem
quot -a [ -cfhnv ]
DESCRIPTION
quot displays the number of blocks (1024 bytes) in the
named filesystem currently owned by each user. There is a
limit of 2048 blocks. Files larger than this will be counted
as a 2048 block file, but the total block count will be
correct.
OPTIONS
The following options are supported:
-a Generate a report for all mounted file systems.
-c Display three columns giving a file size in
blocks, the number of files of that size, and a
cumulative total of blocks containing files of
that size or a smaller size.
-f Display count of number of files as well as space
owned by each user. This option is incompatible
with the -c and -v options.
-h Estimate the number of blocks in the file. This
does not account for files with holes in them.
-n Attach names to the list of files read from stan-
dard input. quot -n cannot be used alone, because
it expects data from standard input. For example,
the pipeline
ncheck myfilesystem | sort +0n | quot -n
myfilesystem
will produce a list of all files and their owners.
This option is incompatible with all other
options.
-v In addition to the default output, display three
columns containing the number of blocks not
accessed in the last 30, 60, and 90 days.
=====================================================================
[stone]/>quot -af > quot.txt
[stone]/>more quot.txt
/dev/rdsk/c0t2d0s5 (/user):
2634838 11596 oracle
2565275 375 kim
1737451 3472 hong
1234822 338 hsk
1115446 148 kace
995387 409 sman
978916 75 eefef
877381 5201 song5
729353 980 defin
|