Sunucunuz centos ise ;

find / -type f -size +100M -exec ls -lh {} ; | awk '{ print $5 ": " $9 }' |sort -n

100 mb üzerindeki dosyaları listeleyecektir size.