"Taking a LiveFire Labs' course is an excellent way to learn
Linux/Unix. The lessons are well thought out, the material is
explained thoroughly, and you get to perform exercises on a real
Linux/Unix box. It was money well spent."
LiveFire Labs' UNIX and Linux Operating System Fundamentals
course was very enjoyable. Although I regularly used UNIX systems
for 16 years, I haven't done so since 2000. This course was a
great refresher. The exercises were fun and helped me gain a real
feel for working with UNIX/Linux OS. Thanks very much!"
# du /home
4 /home/jdoe/tmp/docs1
8 /home/jdoe/tmp
4 /home/jdoe/testdir1
4 /home/jdoe/testdir2
4 /home/jdoe/testdir3
4 /home/jdoe/docs
128 /home/jdoe
4 /home/wilbur/tmp/docs1
1036 /home/wilbur/tmp
4 /home/wilbur/testdir1
4 /home/wilbur/testdir2
4 /home/wilbur/testdir3
4 /home/wilbur/docs
1144 /home/wilbur
1276 /home
# du /home | sort -nr
1276 /home
1144 /home/wilbur
1036 /home/wilbur/tmp
128 /home/jdoe
8 /home/jdoe/tmp
4 /home/wilbur/tmp/docs1
4 /home/wilbur/testdir3
4 /home/wilbur/testdir2
4 /home/wilbur/testdir1
4 /home/wilbur/docs
4 /home/jdoe/tmp/docs1
4 /home/jdoe/testdir3
4 /home/jdoe/testdir2
4 /home/jdoe/testdir1
4 /home/jdoe/docs
# du /home | sort -nr | more
Read the PREV article in this series if you missed it - The UNIX du Command - Tracking Down Disk Space "Hogs" - Part I