"Find Big data Files"
# du -hms /chemin/* | sort -nr | head
# find / -type f -size +500000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
500 Mo in this Command, we can update the value depending our needs
Hope this helps :)
Regards,
Wissem MEDIOUNI