查找大于800M的文件

find / -type f -size +800M

 

查找缓存文件列表

du -ah --max-depth=1 /root/.cache/vmware/

相关文章: