디스크 사용량: 파일 및 디렉터리 공간 사용량을 추정하고 요약. 더 많은 정보: https://www.gnu.org/software/coreutils/manual/html_node/du-invocation.html.
du -{{b|k|m}} {{경로/대상/디렉터리}}
du -h {{경로/대상/디렉터리}}
du {{[-sh|--summarize --human-readable]}} {{경로/대상/디렉터리}}
du {{[-ah|--all --human-readable]}} {{경로/대상/디렉터리}}
du {{[-h|--human-readable]}} {{[-d|--max-depth]}} N {{경로/대상/디렉터리}}
.jpg 파일의 사람이 읽을 수 있는 크기를 보여주고, 마지막에 누적 합계를 표시:du {{[-ch|--total --human-readable]}} {{*/*.jpg}}
du {{[-ah|--all --human-readable]}} {{[-t|--threshold]}} {{1G|1024M|1048576K}} .[^.]* *