3 examples for df

{{ score }}
  # Display free and used disk space in human readable format
df -h
        
{{ score }}
  # display used disk space for each mount point with sizes nicely formatted
df -alh
        
{{ score }}
  # Display used disk in human format, only local fs and add a grand total
df -hl --total