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