linux下查看当前目录下所有文件的大小

[root@localhost usr]# du --max-depth=1 -h
69M ./bin
44M ./sbin
1.3G ./lib
133M ./lib64
285M ./share
0 ./etc
0 ./games
21M ./include
55M ./libexec
355M ./local
77M ./src
315M ./java
2.6G .
[root@localhost usr]# 

 

 

posted @ 2021-09-01 10:04  古语云  阅读(1192)  评论(0编辑  收藏  举报