linux duコマンドの詳細
4171 ワード
du一般コマンドパラメータ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
du一般コマンド展示
1
1
2
https://www.cnblogs.com/ftl1012/p/du.html
転載先:https://www.cnblogs.com/yx88/p/11551314.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
:du [ ]... [ ]...
:du [ ]... --files0-from=F
, 。
。
-a, --all ,
--apparent-size , ;
,
" "
、
、 。
-B, --block-size=
-b, --bytes --apparent-size --block-size=
1
-c, --total
-D, --dereference-args
--files0-from=F F NUL
F
"-"
,
-H --dereference-args (-D)
-h, --human-readable ( :1K 234M 2G)
--si -h,
1000
1024
-k --block-size=1K
-l, --count-links ,
-m --block-size=1M
-L, --dereference
-P, --no-dereference ( )
-
0
, --
null
0
-S, --separate-dirs
-s, --summarize
-x, --one-file-system
-X, --exclude-from=
--exclude=PATTERN PATTERN
--max-depth=N ( --all )
N N;
--max-depth=
0
--summarize
--time
--time=WORD WORD , :
atime,access,use,ctime status
--time-style= (
"date"
):
full-iso,
long
-iso,iso,+FORMAT
--help
--version
--block-size、DU_BLOCK_SIZE、BLOCK_SIZE
BLOCKSIZE SIZE 。
,
1024
(
512
, POSIXLY_CORRECT )。
SIZE , :
KB
1000
,K
1024
,MB
1000
*
1000
,M
1024
*
1024
, G、T、P、E、Z、Y。
du一般コマンド展示
1
1
2
#
du -sh * | sort -rh
https://www.cnblogs.com/ftl1012/p/du.html
転載先:https://www.cnblogs.com/yx88/p/11551314.html