Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


lpi1:cron

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

lpi1/cron.txt · Zuletzt geändert: 2024/12/16 00:53 (Externe Bearbeitung)