Effacer l'espace de fichier journal Linux
find /var/log -type f -delete
Dead Deer
find /var/log -type f -delete
find /var/log -type f -regex ".*\.gz$"
find /var/log -type f -regex ".*\.[0-9]$"