find / -type f -size +100M -exec ls -lh {} \; | awk '{ print $5 ": " $9 }' |sort -n
Sunucuda ki büyük dosyaların hangi dizinde olduğunu bu komut ile görüntüleyebilirsiniz.