du
du -sh
free
Show total size of a path in summary.
du -sh PATH
Enter values below to update the example in real time.
sh
var
# 특정 경로 크기 확인 du -sh /var/log # 1.2G /var/log # 서브디렉토리별 크기 du -sh /var/log/*