Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged crontab

0 votes
665 views
1 answer
    I need a cron statement to run for few hours eg 1-8 then 10-15. In this case will the following ... questions/10811241/how-to-create-cron-statement-to-run-for-multiple-hours...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.6k views
1 answer
    有个任务需要从早上8点到晚上12点每隔5分钟执行一次, 但是 crontab 小时的合法值是 0-23, 下面的写法都不正确: */5 8-24 * * * cmd */5 8-0 * * * cmd 正确应该怎么写?...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...