【问题标题】:How to understand the following Crontab? i know the structure but can't find proper source to clearly explain it如何理解下面的 crontab?我知道结构,但找不到合适的来源来清楚地解释它
【发布时间】:2019-11-08 22:06:00
【问题描述】:

我只是第一次尝试和使用 cron 作业,需要一些上下文来了解如何创建我需要的模式。

只需要一个例子的解释。谢谢。

m     h  dom mon dow
35   */8  *   *   * 
9,35   *  *   *   *
47     6  *   *   7
52     6  1   *   *

【问题讨论】:

标签: python cron putty


【解决方案1】:

这里是解释:

35   */8  *   *   *

每 8 小时运行 35 分钟:0,8,16

9,35   *  *   *   *

每 9 分钟和 35 分钟、每小时、每天运行一次

47     6  *   *   7

周日 6:47 运行

52     6  1   *   *

每个月的第一天 6:52 运行

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2018-10-19
    • 2017-02-18
    • 2015-12-17
    • 1970-01-01
    • 1970-01-01
    • 2011-09-20
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多