diff --git a/_posts/Linux/other/cron.md b/_posts/Linux/other/cron.md index 347bc7f..785744b 100644 --- a/_posts/Linux/other/cron.md +++ b/_posts/Linux/other/cron.md @@ -10,6 +10,11 @@ Cron 定时任务是一种在 Unix/Linux 系统中用于执行预定时间间隔 Cron 表达式由空格分隔的五个字段组成,分别表示分钟、小时、日期、月份和星期几。每个字段可以接受不同的取值范围和特殊字符。 +```shell +minute hour day month week command 顺序:分 时 日 月 周 + +``` + >以下是每个字段的取值范围和特殊字符的说明: 分钟字段:取值范围是 0-59。