• Home
  • Cloud
  • Big Data
  • CI
  • Install
  • Samples
  • Java
  • Ubuntu
  • Maven
  • Archive
Linux-Ubuntu | du -- display disk usage statistics
  1. Notes
  2. Examples
  3. Command Help (man du)

  1. Notes

    • For each file specified, the du command displays the file system block usage.

    • For each directory specified, the du command displays the file system block usage for all its sub-directories.

    • If none is specified, the du command displays the file system block usage for all sub-directories of the current directory.
  2. Examples
    • Display the file system block usage for all files and directories:
    • Display the file system block usage for all files and directories, excluding the specified directory from the list:
    • Display the file system block usage for all sub-directories of a directory:
    • Display the file system block usage for sub-directories of a directory "n" directories deep:
  3. Command Help (man du)
    The following options can be used:
© 2010-2022  mtitek