|
The du (disk usage) command displays the number of
kilobytes consumed by
each file and recursively provides results on directories. This can
be useful for determining who the big disk space hogs are when you
need more room. Typing
du -s *
from the parent directory of your home directory, e.g. /home/cernan,
gives a grand total of the kilobytes consumed by each user. Note: du
will ignore directories that I do not have the correct permission (see
chmod) to read.
Find this site useful? Want to give something back?
© 1993-2000 Christopher C. Taylor
|