Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/automation/cronie.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GNU/Linux provides the *cron* system, which is a time-based `cron` jobs program
* **crontab** -command to maintain `crontab` (task schedule) for each user;
* **crond.service** -cronie's daemon, you can manage the daemon by `systemctl start | restart | stop | status` ;
* **/etc/crontab** -Assign cron jobs to different users, usually we are more accustomed to using `crontab -e` . For example, if you are currently logged in as the root user, type `crontab -e` and you will see specific cron jobs in the file /var/spool/cron/root after saving.
* **/var/log/cron \* ** -Cronie's log, by default, does log rotation and ends with a date suffix. \* Here means wildcard
* **/var/log/cron** \* -Cronie's log, by default, does log rotation and ends with a date suffix. Here, it means wildcard.
* **anacron** -part of cronie . For more information about `anacron`, see [anacron-automation commands](anacron.md).

## `crontab` Command
Expand Down