Skip to content

How to see free space for different disks in Linux?

To see the free space for different disks in Linux just run the below df command
Then you will get to see the diskspace in different disks and how much of them are free as of now

The above used and available are displayed in bytes, to display it in more human readable format. You need to type the below command

df -h

Then you will be able to see in a more human readable format as shown above