7
¿Cómo recibir correo electrónico de trabajos cron (fallidos) en Ubuntu?
Creo cron-jobs en Ubuntu colocando el ejecutable en uno de /etc/cron.{daily,hourly,monthly,weekly}. Hay muchos directorios que comienzan con cron: kent@rat:~$ ls -ld /etc/cron* drwxr-xr-x 2 root root 4096 2009-06-06 18:52 /etc/cron.d drwxr-xr-x 2 root root 4096 2009-07-16 13:17 /etc/cron.daily drwxr-xr-x 2 root root 4096 2009-06-06 18:52 /etc/cron.hourly drwxr-xr-x 2 root root …