歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux基礎 >> Linux基礎知識

查看一個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