1.

How do I check hard drive space on Linux?

Answer»

Use df [OPTIONS] [DEVICES] to check hard drive space.

Example –

df -H /test/tmp gives OUTPUT as

Filesystem

Inodes

IUsed

IFree

IUse%

MOUNTED On

/test/tmp

453K

23

433

1%

/



Discussion

No Comment Found