System/Linux

디스크 사용량 확인 Check disk usage (du)

JJuno 2018. 3. 13.

du

옵션설명

-h : human readable format (읽기 쉽게 MB, GB 단위로 표시)

-s : summarize (요약, 총 용량만 보여줌)

--exclude=PATTERN : exclude PATTERN (PATTERN을 제외시킴)

--max-depth=N : directory depth (--max-depth=0 same as --summarize) (최대 디렉토리 깊이)

 

명령 예제

 

[root@JJuno ~]# du -sh
36G     .
현재 디렉토리의 총 용량을 간단하게 보여줌
 
[root@JJuno ~]# du -h --max-depth=1
4.0K    ./Pictures
29M     ./.cache
4.0K    ./Desktop
4.0K    ./.gvfs
4.0K    ./.nautilus
16K     ./.targetcli
4.0K    ./Public
4.0K    ./.InstallAnywhere
4.0K    ./.abrt
36K     ./.local
16K     ./.gnote
184K    ./.gconf
4.0K    ./.x-formation
4.0K    ./.gnome2_private
44K     ./.gnome2
144K    ./.pulse
36K     ./.config
15M     ./.mozilla
28K     ./.dbus
36K     ./.xcat
28K     ./.ssh
8.0K    ./.pki
4.0K    ./Documents
8.0K    ./.redhat
8.0K    ./.oracle_jre_usage
4.0K    ./Downloads
36G     ./update
8.0K    ./.altair_licensing
4.0K    ./Music
4.0K    ./Videos
12K     ./.gnupg
4.0K    ./Templates
36G     .
바로 아래의 하위 디렉토리의 용량을 보여줌

 

[root@JJuno ~]# du -sh --exclude=update
45M     .
update를 제외하고 디렉토리의 총 용량을 보여줌

 

728x90

댓글

💲 추천 글