CRON v19-02-09

Image source: Willi Glenz - Screenshot Crontab
# service --status-all | less
# service cron status
/etc/cron.hourly
/etc/cron.daily
/etc/cron.weekly
/etc/cron.monthly
$ view /etc/cron.allow
$ view /etc/cron.deny
$ view /etc/crontab
$ ls /etc/cron*
# crontab -l
# crontab -e
> 0 9 * * * tar -zcf /var/backups/eclipse.tgz /home/userxyz/eclipse-workspace/
$ man cron
$ man -a crontab
$ man 5 crontab