In unix how to find the space occupied ( in Bytes) by the /home directory including all its subdirectories.
The du command outputs the number of kilobyes used by each subdirectory. Useful if you have gone over quota and you want to find out which directory has the most files. but how shuld i use tat in my case.