查看一个Linux文件夹下所有文件的总大小
比如查看home目录的大小:
du -s /home
也可以:
du -sh /home
/usr/local/apache/bin/htcacheclean -v -p/cacheroot -l500M
Statistics:
size limit 500.0M
total size was 91.8M, total size now 91.8M
total entries was 3754, total entries now 3754
du -s /home
也可以:
du -sh /home
/usr/local/apache/bin/htcacheclean -v -p/cacheroot -l500M
Statistics:
size limit 500.0M
total size was 91.8M, total size now 91.8M
total entries was 3754, total entries now 3754
顶(0)
踩(0)
- 最新评论