7
Bagaimana cara mendapatkan e-mail dari cron-job di Ubuntu?
Saya membuat cron-job di Ubuntu dengan menempatkan executable di salah satunya /etc/cron.{daily,hourly,monthly,weekly}. Ada banyak direktori yang dimulai dengan 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 …