====== cron ====== 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 ===== Dokumentation ===== * man 1 crontab * man 5 crontab * [[http://de.wikipedia.org/wiki/Cron|Wikipedia zu Cron]]