Son aktivite 1 month ago

check-file-top10.sh Ham
1## check des 10 plus gros fichier
2find /var/log -type f -exec du -hs {} \; | sort -n | tail -n 10