## check des 10 plus gros fichier find /var/log -type f -exec du -hs {} \; | sort -n | tail -n 10