Skip to main content

Disk Usage - Check Free Spaces Available

You can use the df command on a Linux system to check the available disk space.

df

Screenshot 2022-10-29 233146.png

You might notice that the disk usage is measured in bits. This is generally not helpful for us to read it. However, you can use the -h flag to allow the df command to display the units in human readable form.

df -h

Screenshot 2022-10-29 232520.png