Lisa_Sobelski wrote:
>
> One question tho--What command do I use to see what space I
> have on my HDD??
"df" or use "df -h" for human readable format
man df:
DF(1) FSF DF(1)
NAME
df - report filesystem disk space usage
SYNOPSIS
df [OPTION]... [FILE]...
DESCRIPTION
This manual page documents the GNU version of df. df displays the amount of
disk space available on the filesystem containing each file name argument. If
no file name is given, the space available on all currently mounted filesys
tems is shown. Disk space is shown in 1K blocks by default, unless the envi
ronment variable POSIXLY_CORRECT is set, in which case 512-byte blocks are
used.
If an argument is the absolute file name of a disk device node containing a
mounted filesystem, df shows the space available on that filesystem rather
than on the filesystem containing the device node (which is always the root
filesystem). This version of df cannot show the space available on unmounted
filesystems, because on most kinds of systems doing so requires very non
portable intimate knowledge of filesystem structures.
--
Damien