Disk Usage - Check Free Spaces Available
You can use the df command on a Linux system to check the available disk space.
df
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