some string * 15 * * * /etc/script.sh如果我在crontab中声明了一个作业,在作业调度时间之后在开头放置一些字符串,它会调度并运行作业吗?
发布于 2023-01-12 12:52:26
不,它不能继续运行这项工作。
实际上,crontab甚至不允许您保存这样一个格式错误的作业规范--您将看到如下所示的错误消息
crontab: installing new crontab
"/tmp/crontab.w2nmKs/crontab":28: bad minute
errors in crontab file, can't install.https://askubuntu.com/questions/1449881
复制相似问题