Check folder and disk size in Linux command

Folder disk size To check folder and disk size in Linux using command line use the command “du” as following Where /home/ is the folder you need to check it’s size Disk size to get size an usage for all partitions you can use the command “df” -h is a human readable to print the…