2009-04-22

how to check disk space utilization

Command :
df


Common parameters :
-h = display sizes in human readable format, kb, mb & gb
-i = display inode usage rather then disk usage

e.g.
df -h
df -hi

See Ya !!!

No comments: