LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Viewing Available Disk Space (https://www.linuxquestions.org/questions/debian-26/viewing-available-disk-space-385296/)

carlosinfl 11-21-2005 04:49 PM

Viewing Available Disk Space
 
I would like to know if there is a way to view available disk space on my hard drive? I do not have a "windows manager" / "GUI" installed on my Debian machine so I would like to know if I can see this via "CLI"

- Thank you.

rnicolson 11-21-2005 04:51 PM

type "df" from the command line

Brian1 11-21-2005 04:53 PM

Use the command ' df -h '. The -h makes easier to read.

Brian1

carlosinfl 11-21-2005 04:53 PM

Is there an easier way to read or understand this?

Code:

login as: root
Using keyboard-interactive authentication.
Password:
Last login: Sun Nov 20 11:59:54 2005 from 192.168.1.1
stricom:~# df
Filesystem          1K-blocks      Used Available Use% Mounted on
/dev/sda1            112768036  10880236  96159428  11% /
tmpfs                  453368        0    453368  0% /dev/shm


carlosinfl 11-21-2005 04:57 PM

Quote:

Originally posted by Brian1
Use the copy ' df -h '. The -h makes easier to read.

Brian1

Yes - that is easier on the eyes.

Thanks both of you.;)


All times are GMT -5. The time now is 03:49 PM.