Bash - disk usage with du and df

01 Jul 2020

Space usage by disks:

df -h

Space usage for a given folder:

du -sh FOLDER_NAME
[ bash  ]