"/tmp/crontab.sdXvj4":5: bad minute errors in crontab file, can't install. Do you want to retry...

时间:2022-05-27 07:58:17

1.crontab在linux中用处很大,但是初次 "/tmp/crontab.sdXvj4":5: bad minute errors in crontab file, can't install. Do you want to retry...

使用会出各种错误,其中一种错误就是

"/tmp/crontab.sdXvj4":5: bad minute

errors in crontab file, can't install.

Do you want to retry the same edit? 

”,而通过该经验就可以解决





2

很简单,因为你的crontab格式错误,即没"/tmp/crontab.sdXvj4":5: bad minute errors in crontab file, can't install. Do you want to retry...

有按照规则写。修改完显示

“crontab: installing new crontab”表示成功。

如果知道了自己的错误就到此结束。如果

不知道自己错哪了,可以看下面列举的例子。



3. crontab 的语句是“分 时 日 月 周 命令”"/tmp/crontab.sdXvj4":5: bad minute errors in crontab file, can't install. Do you want to retry...

(之间有空格,如果多个月份,用逗号

隔开,两个月份间的用“-”隔开),如果

只限定分,时,其余的三个选项要用*

(星号)补全.

查看有没有其他错误,比如少了一个*(星号),或者多了一个时间等。


4当出现“crontab: installing new crontab”

"/tmp/crontab.sdXvj4":5: bad minute errors in crontab file, can't install. Do you want to retry...表示修改成功。