Robert D Zeigler wrote: > Probably a simple answer to this question, but . . . If I need to get some > info on a partition (ie info on used/free space), and I need to do it from > a console... what's the best way to do it? Thanks in advance. df /dev/hda1 or whatever device or just df for all mounted partitions. Paul Scott