Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


admin_grundlagen:cron

Dies ist eine alte Version des Dokuments!


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:

cron_now

ab Debian 13:

cron -N

Dokumentation

admin_grundlagen/cron.1734310303.txt.gz · Zuletzt geändert: 2024/12/16 00:51 von ingo_wichmann