Tracking Down Disk Usage ======================== `du -Pshx /* 2>/dev/null` The options do as follows: * s = summarize * h = human readable totals * x = stay in one filesystem only * P = don't follow symlinks