Like with most things unixian, you have a few choices .... I have /usr and /home on different partitions, so df -h gives me that information. Alternatively you could do du -sh /usr or du -sh /home. I'm sure there are other options as well, but these seem to cover what I usually want to know. Sean Aaron Solochek wrote: > > If I want to see how much space /usr or /home is taking up, how do I do > it? >