Programme regelmäßig starten
crontab -e
/etc/crontab
/etc/cron.d/*
/var/spool/cron/*
Einfachere Variante:
/etc/cron.hourly
/etc/cron.daily
/etc/cron.weekly
/etc/cron.monthly
cron jobs sofort ausführen, without waiting for the next tick: (Debian ab 13):
cron -N