From c237f893d868077508fb4ddba74fa790bf2e2a8a Mon Sep 17 00:00:00 2001 From: zyimm Date: Wed, 27 Sep 2023 16:55:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=AB=A1=20=20Cron=20=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/Linux/other/cron.md | 5 +++++ 1 file changed, 5 insertions(+) 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。