Check Disk Space in Ubuntu
If you want to check your server disk space in Ubuntu run the following command:
df
You will get something like this:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/xvda 15157088 7426540 7418764 51% /
devtmpfs 254348 112 254236 1% /dev
none 254540 0 254540 0% /dev/shm
none 254540 68 254472 1% /var/run
none 254540 0 254540 0% /var/lock
none 254540 0 254540 0% /lib/init/rw
/dev/xvda 15157088 7426540 7418764 51% /
devtmpfs 254348 112 254236 1% /dev
none 254540 0 254540 0% /dev/shm
none 254540 68 254472 1% /var/run
none 254540 0 254540 0% /var/lock
none 254540 0 254540 0% /lib/init/rw
Related PostsIf you liked Check Disk Space in Ubuntu; the posts below might interest you too:
|



