Thanks. I think df and du put me on the start to solving my space problem.
df returns the following:
[root@24 htdocs]# df
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 5.3G 5.1G 0 100% /
/dev/hda6 14G 33M 14G 1% /home
dl -c / returns a listing and then
...
5.0G /
5.0G total
I'm assuming by looking at those results that I've installed Linux on a 5.3G partition with a 14G swap. To correct this I'll either have to zero-write out the hard drive and reinstall Linux (apparently paying more careful attention to the drive's break down) or resize the partitions.
Am I interpreting the results correctly?
-Tim