->Title Page
->Intro
->Unix
-->Overview
-->File Structure
-->Online Manual
-->Basic Commands
-->Additional Commands
--->alias
--->ap
--->biff
--->chmod
--->compress/uncompress
--->df
--->diff
->du
--->echo
--->find
--->finger
--->ftp
--->grep
--->history
--->kill
--->look
--->mail
--->ps
--->script
--->setenv
--->source
--->spell
--->tar
--->telnet
--->umask
--->who
--->Miscellaneous
-->Login files
-->Special characters
-->Miscellaneous Tips
-->Things to try
->Vi editor
->Mirror sites
->Further reading

[ Up ]
[Prev][Home][Next]
[Author]

Unix ---> du

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.

Site Statistics

t a y l o r@l i n u x b o x.c o m

© 1993-1998 Christopher C. Taylor