On Mon, 5 Mar 2001, Gregor Kaleta wrote: > How can I view the size of a spezial directory e.g. /usr?
Try du /usr play with the options for the du command... du -sh is a good one for simply getting the total space used in an easily readable format :) gdh