LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How much disk space do I have free? (https://www.linuxquestions.org/questions/linux-general-1/how-much-disk-space-do-i-have-free-377494/)

Ian D 10-27-2005 01:57 PM

How much disk space do I have free?
 
I am running Fedora Core 4.

I have a 160 GB drive which Fedora partitioned for me when I installed.

How do I find out how much space I have used / how much space is free?

Ian

yanik 10-27-2005 02:11 PM

look for System Monitor in the gnome menu

IsaacKuo 10-27-2005 03:24 PM

If you don't mind opening up a Terminal window, do so and type in the command:

df

phil.d.g 10-27-2005 03:30 PM

Quote:

Originally posted by IsaacKuo
If you don't mind opening up a Terminal window, do so and type in the command:

df

Code:

df -h
for a more readable output

Avatar 10-27-2005 03:37 PM

If you want to know how much space a particular folder (and its subfolders) is taking up, type "du -s" from that folder.

bigrigdriver 10-27-2005 06:22 PM

There's that old debate: which utility gives the more accurate information: df or du? I use both. One is for 'disk free' and the other for 'disk used'. User preference, I'd guess.


All times are GMT -5. The time now is 03:10 AM.