widgets Disk Size & Space Commands


Check the all disk size:

df -h

There is h mean human. Also, we can use h parameter with ls command for see the folder spaces with human eyes.

ls -lah

This command show the size of files that humans can understand.