LinuxSystem Infodu -sh
du

du -shSystem Info

free

Show total size of a path in summary.

Syntax

du -sh PATH

Example

Enter values below to update the example in real time.

du
sh
var
# 특정 경로 크기 확인
du -sh /var/log
# 1.2G /var/log

# 서브디렉토리별 크기
du -sh /var/log/*