1D1C - df

Photo by Lukas on Unsplash

1D1C - df

report file system disk space usage.

df - report file system disk space usage.

1. To display all the file system

$ df -a

image.png

2. To display size in human readable format

$ df -h /home/syedjafer

image.png

3. To get complete grand total

$ df -h --total

image.png

4. To display file type

$ df -T /home/syedjafer

image.png