restructure

This commit is contained in:
JMARyA 2024-01-17 09:00:45 +01:00
parent ef7661245b
commit 598a10bc28
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
182 changed files with 342 additions and 336 deletions

View file

@ -5,7 +5,7 @@ arch-wiki: https://wiki.archlinux.org/title/Cron
---
# Cron
Cron is a time-based job scheduler in Unix-like operating systems. It allows users to schedule tasks (commands or scripts) to run periodically at fixed intervals, providing automation and simplifying repetitive tasks. Cron is an essential tool for system administrators, developers, and anyone who needs to automate routine activities. A modern replacement for cron are [Systemd-Timers](Systemd-Timers.md).
Cron is a time-based job scheduler in Unix-like operating systems. It allows users to schedule tasks (commands or scripts) to run periodically at fixed intervals, providing automation and simplifying repetitive tasks. Cron is an essential tool for system administrators, developers, and anyone who needs to automate routine activities. A modern replacement for cron are [Systemd-Timers](systemd/Systemd-Timers.md).
## Syntax
The syntax for a cron expression consists of five fields, representing the minute, hour, day of the month, month, and day of the week. Additionally, an optional sixth field allows for a specific user context. See [this website](https://crontab.guru) for help creating crontabs.