linux duコマンドはディスク領域の使用状況をレポートします
du
ファイルサイズの表示
参考記事:http://blog.sina.com.cn/s/blog_4af3f0d20100irvz.html
du -
-a, --all
, 。
-b, --bytes
, 1024 。
--block-size=size
, size 。( file- utils-4.0 )
-c, --total
。 。
-D, --dereference-args
。 。 /usr/tmp , /usr/tmp 。 : /var/tmp test, /usr/tmp /var/tmp 。du /usr/tmp /usr/tmp , du - D /usr/tmp /usr/tmp,/usr/tmp/test。
--exclude=pattern
, 。 Bourne shell glob 。( file- utils-4.0 )
-h, --human-readable
, M 。
-H, --si
-h , SI ( 1000 1024 , M 1000000 1048576)。(fileutils-4.0 )
-k, --kilobytes
1024 。
-l, --count-links
, ( )。
-L, --dereference
( )。
-m, --megabytes
( 1,048,576 )。
--max-depth=n
n 。 --max-depth=0 -s 。(fileutils-4.0 )
-s, --summarize
。
-S, --separate-dirs
, 。
-x, --one-file-system
。
-X file, --exclude-from=file
--exclude 。 。 '-', 。(fileutils-4.0 ) GNU
--help
。
--version
。
ファイルサイズの表示
du -smh
参考記事:http://blog.sina.com.cn/s/blog_4af3f0d20100irvz.html