第八章:磁盘、日志管理

1、显示给定文件夹下的文件的磁盘适用情况

[root@localhost program_test]# du -a -h ./320K    ./output.tar96K     ./reslt_yang.txt4.0K    ./curr_dir.md54.0K    ./sed_data.txt

2、总计磁盘大小使用统计 -c

[root@localhost program_test]# du -h -c ./48K     ./main4.0K    ./abc16K     ./dd_test544K    ./tar-file404K    ./touch_more/test_unzip984K    ./touch_more2.9M    ./2.9M    total//

收藏 打印