$linuxcli.in _    [commands]    [tips & tricks]    [manpage]    [ESXi CLi]    [what is my ip?]    [pingme!]    [BIOS lock code]    [Code repo]




du -


    
    BusyBox v1.29.3 (2018-11-02 15:37:50 PDT) multi-call binary.
    Usage: du [-aHLdclsxhmk] [FILE]...
    Summarize disk space used for each FILE and/or directory
    	-a	Show file sizes too
    	-L	Follow all symlinks
    	-H	Follow symlinks on command line
    	-d N	Limit output to directories (and files with -a) of depth < N
    	-c	Show grand total
    	-l	Count sizes many times if hard linked
    	-s	Display only a total for each argument
    	-x	Skip directories on different filesystems
    	-h	Sizes in human readable format (e.g., 1K 243M 2G)
    	-m	Sizes in megabytes
    	-k	Sizes in kilobytes (default)