*/5 和 0/5 之间的 crontab 有什么区别?

What is the difference in crontab between */5 and 0/5?

*/5 和 0/5 分钟定义在 crontab 中有什么区别?我没有在 crontab 文档中找到该规范。 Quartz 调度程序将 0/5 定义为每 5 分钟一次 (http://quartz-scheduler.org/documentation/quartz-2.x/tutorials/tutorial-lesson-06),但这与 crontab 不同。

它在0分钟到0分钟之间每5分钟执行一次命令。这与省略“/5”具有相同的效果,因为只有一分钟的时间段是这样。