du [options] [directories]Print disk usage, i.e., the number of 512-byte blocks used by each named directory and its subdirectories (default is current directory).
-aPrint usage for all files, not just subdirectories.
-dDo not cross filesystem boundaries. Solaris only.
-kPrint information in units of kilobytes.
-LFor symbolic links, process the file or directory to which the link refers, not the link itself. Solaris only.
-oDo not add child-directory statistics to the parent directory's total. No effect if -s is also used. Solaris only.
-rPrint a "cannot open" message if a file or directory is inaccessible.
-sPrint only the grand total for each named directory.