# linux 6,7 해당경로의 폴더 및 파일들의 용량을 보고싶다면 #

# linux 6,7 해당경로의 폴더 및 파일들의 용량을 보고싶다면 #


[root@localhost /]# ll

합계 28

drwxr-xr-x.   3 root root   28  1월 16 16:04 MigrationTool

lrwxrwxrwx.   1 root root    7  1월 16 14:17 bin -> usr/bin

dr-xr-xr-x.   5 root root 4096  1월 16 14:39 boot

drwxr-xr-x.   2 root root    6  1월 16 14:15 data1

drwxr-xr-x.  18 root root 3200  1월 16 14:50 dev

drwxr-xr-x. 145 root root 8192  1월 16 16:11 etc

drwxr-xr-x.   3 root root   19  1월 16 14:52 home

lrwxrwxrwx.   1 root root    7  1월 16 14:17 lib -> usr/lib

lrwxrwxrwx.   1 root root    9  1월 16 14:17 lib64 -> usr/lib64

drwxr-xr-x.   2 root root    6  4월 11  2018 media

drwxr-xr-x.   2 root root    6  4월 11  2018 mnt

drwxr-xr-x.   5 root root   49  1월 16 16:03 opt

dr-xr-xr-x. 271 root root    0  1월 16 14:50 proc

dr-xr-x—.   8 root root 4096  1월 16 16:28 root

drwxr-xr-x.  43 root root 1300  1월 16 16:13 run

lrwxrwxrwx.   1 root root    8  1월 16 14:17 sbin -> usr/sbin

drwxr-xr-x.   2 root root    6  4월 11  2018 srv

dr-xr-xr-x.  13 root root    0  1월 16 14:50 sys

drwxrwxrwt.  19 root root 4096  1월 16 16:29 tmp

drwxr-xr-x.  13 root root  155  1월 16 14:17 usr

drwxr-xr-x.  21 root root 4096  1월 16 16:02 var

[root@localhost /]# 

[root@localhost /]# du -sh *

268K MigrationTool

0 bin

131M boot

0 data1

0 dev

45M etc

4.8M home

0 lib

0 lib64

0 media

0 mnt

685M opt

du: cannot access `proc/3568/task/3568/fd/3′: 그런 파일이나 디렉터리가 없습니다

du: cannot access `proc/3568/task/3568/fdinfo/3′: 그런 파일이나 디렉터리가 없습니다

du: cannot access `proc/3568/fd/3′: 그런 파일이나 디렉터리가 없습니다

du: cannot access `proc/3568/fdinfo/3′: 그런 파일이나 디렉터리가 없습니다

0 proc

671M root

du: cannot access `run/user/1000/gvfs’: 허가 거부

11M run

0 sbin

0 srv

0 sys

56K tmp

4.4G usr

1.6G var

[root@localhost /]# 

Leave a Comment