References:
http://www.catatanlepas.com/komputer/38-sistem-linux/58-eksekusi-otomatis-dengan-crontab.html
http://www.centos.org/docs/5/html/5.2/Deployment_Guide/s2-autotasks-cron-configuring.html
Untuk melihat perintah-perintah apa saja yang digunakan di crontab, tuliskan perintah:
# crontab --help
-Pada umumnya, perintah yang sering dipergunakan adalah:
> Mengedit file crontab:
# crontab -e
> Melihat file crontab
# crontab -l
-Command untuk merestart Crontab
# service crond start/stop/restart
-Command service cron at boot time
# chkconfig crond on
Continue reading