Spostarsi nelle directory:
/var/spool/cron/
ed editare il file “root

Esempio:

# elimina i files di cache di mysql ogni 8 ore 00 */8 * * * find /mnt/cluster/var/www/html/cms-*/cache/mysql -type f -name "*.cache" -exec rm -f {} ;

# elimina le directory con estensione .dir ogni 8 ore 00 */8 * * * find /mnt/cluster/var/www/html/cms-*/cache/mysql -type d -name "*.dir" -exec rm -rf {} ;