The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 01-28-2005
bongobonga bongobonga is offline
Registered User
  
 

Join Date: Aug 2002
Location: dublin ireland
Posts: 5
The command df is the one which you want. df does more that just list the mounted file systems, it also tells you where they are mounted, the file type, size of the mounted partition and how much of the partition is used.
For example 'df -h' on my computer gives the following

Filesystem Size Used Avail Use% Mounted on
/dev/hda1 18G 5.6G 12G 34% /
tmpfs 248M 0 248M 0% /dev/shm

This says that hda1 has 5.6 GB free