Файлы System/bin Android 12. Справочник.


  Все     Команда     Скрипт     Служба     Приложение  

du
Программа использования диска

Симлинк на: [ ToyBox ]

Тип файла: команда
  Рус  
Toybox 0.8.4-android multicall binary:  (see toybox --help) 
usage:  du [-d N] [-askxHLlmc] [FILE...]


Show disk usage, space consumed by files and directories.

Size in:

  • -b Apparent bytes (directory listing size, not space used)

  • -k 1024 byte blocks (default)

  • -K 512 byte blocks (posix)

  • -m Megabytes

  • -h Human readable (e.g., 1K 243M 2G) What to show:

  • -a All files, not just directories

  • -H Follow symlinks on cmdline

  • -L Follow all symlinks

  • -s Only total size of each argument

  • -x Don't leave this filesystem

  • -c Cumulative total

  • -d N Only depth < N

  • -l Disable hardlink filter
  • [ ToyBox ]     [ ManLinux ]