User Tools

Site Tools


linux_og_unix:crontab

Differences

This shows you the differences between two versions of the page.


linux_og_unix:crontab [2023/10/21 19:19] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +[[linux_og_unix:sysadm|Tilbage til Sysadm]]
  
 +
 +----
 +
 +===== Crontab =====
 +
 +<code>
 +@reboot        Run once, at startup.
 +@yearly        Run once a year, "0 0 1 1 *".
 +@annually      (same as @yearly)
 +@monthly       Run once a month, "0 0 1 * *".
 +@weekly        Run once a week, "0 0 * * 0".
 +@daily         Run once a day, "0 0 * * *".
 +@midnight      (same as @daily)
 +@hourly        Run once an hour, "0 * * * *".
 +</code>

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki