歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux基礎知識 >> 查看一個Linux文件夾下所有文件的總大小

查看一個Linux文件夾下所有文件的總大小

日期:2017/3/2 14:47:39   编辑: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
Copyright © Linux教程網 All Rights Reserved