CRON
⏰🗓️⚙️

示例

We configured cron to run backups every night at midnight.

我们配置计划任务在每天午夜运行备份。

定义

A time-based job scheduler on Unix-like systems

  • The daemon that runs commands at scheduled times

类 Unix 系统中的基于时间的任务调度器

  • 在预定时间运行命令的守护进程

A task scheduled to run by the cron service

  • Short for cron job or cron entry

由 cron 服务安排执行的任务

  • 指 cron 任务或 crontab 条目