7
如何从Ubuntu中的cron-jobs(失败)中获取电子邮件?
我通过将可执行文件放在之一中在Ubuntu中创建cron-jobs /etc/cron.{daily,hourly,monthly,weekly}。有很多以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 4096 2009-06-06 18:52 /etc/cron.monthly -rw-r--r-- 1 root root 724 2009-05-16 23:49 /etc/crontab drwxr-xr-x 2 root root …