How can I check disk space?

Type df -m

Sample (in megabytes):
root@pentagon [/]# df -m
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/hda8 248 197 39 83% / /dev/hda1 15 2 12 16% /boot
/dev/hda6 3563 367 3015 11% /home2
/dev/hdb1 19235 6808 11449 37% /homeroot
/dev/hda5 3563 871 2511 26% /usr
/dev/hda7 248 60 176 25% /var

Of Specific Dir
du -sm

Sample (in MB):
root@pentagon [/home]# cd jump
root@pentagon [/home/jump]# du -sm
7 .

Was this answer helpful? 0 Users Found This Useful (0 Votes)