How to know disk space using command line
Tue, 03/09/2010 - 21:32
Which command should I use to know the disk usage on Linux. I am using ubuntu 9.04

bOtskOOl website by bOtskOOl is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 2.5 India License.
Permissions beyond the scope of this license may be available at http://www.botskool.com/contact.
bOtskOOl.com Privacy Policy - bOt-Xchange Product Listing Policy - Intellectual Property Rights (IPR) Protection Policy

$ df
(This command will display your disk usage on any Linux but in blocks)
$ df -h
(Use this for human redable format or in mb/gb format)