unix - How do Cron "Steps" Work? - Stack Overflow (../../../cdn.sstatic.net/Sites/stackoverflow/Img/favicon.ico@v=ec617d715196) (https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png?v=c78bd457575a) (https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png?v=c78bd457575a) (Stack Overflow) (https://stackoverflow.com/opensearch.xml) (how-do-cron-steps-work.html) (../../../cdn.sstatic.net/Shared/stacks.css@v=b2264ccf0463.css) (../../../cdn.sstatic.net/Sites/stackoverflow/primary.css@v=1172447e1393.css) (Feed for question 'How do Cron "Steps" Work?') (https://stackoverflow.com/feeds/question/27412483) (../../../cdn.sstatic.net/Shared/Channels/channels.css@v=2c98e83b4da0.css) (how-do-cron-steps-work.html#content) Skip to main content (how-do-cron-steps-work.html#) (https://stackoverflow.com) Stack Overflow (https://stackoverflow.co/) About Products (https://stackoverflow.co/teams/) For Teams (https://stackoverflow.co/teams/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=top-nav&utm_content=stack-overflow-for-teams) Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers (https://stackoverflow.co/advertising/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=top-nav&utm_content=stack-overflow-advertising) Advertising Reach devs & technologists worldwide about your product, service or employer brand (https://stackoverflow.co/api-solutions/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=top-nav&utm_content=overflow-api) Knowledge Solutions Data licensing offering for businesses to build and improve AI tools and models (https://stackoverflow.co/labs/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=top-nav&utm_content=labs) Labs The future of collective knowledge sharing (https://stackoverflow.co/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=top-nav&utm_content=about-the-company) About the company (https://stackoverflow.blog/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=top-nav&utm_content=blog) Visit the blog (Search…) () Loading… (https://stackoverflow.com) current community (https://stackoverflow.com) (Stack Overflow) Stack Overflow (https://stackoverflow.com/help) help (https://chat.stackoverflow.com/?tab=explore) chat (https://meta.stackoverflow.com) (Meta Stack Overflow) Meta Stack Overflow your communities (https://stackoverflow.com/users/signup?ssrc=site_switcher&returnurl=https%3a%2f%2fstackoverflow.com%2fquestions%2f27412483%2fhow-do-cron-steps-work) Sign up or (https://stackoverflow.com/users/login?ssrc=site_switcher&returnurl=https%3a%2f%2fstackoverflow.com%2fquestions%2f27412483%2fhow-do-cron-steps-work) log in to customize your list. (https://stackexchange.com/sites) more stack exchange communities (https://stackoverflow.blog) company blog (Click to show search) (https://stackoverflow.com/users/login?ssrc=head&returnurl=https%3a%2f%2fstackoverflow.com%2fquestions%2f27412483%2fhow-do-cron-steps-work) Log in (https://stackoverflow.com/users/signup?ssrc=head&returnurl=https%3a%2f%2fstackoverflow.com%2fquestions%2f27412483%2fhow-do-cron-steps-work) Sign up (https://stackoverflow.com/) Home (https://stackoverflow.com/questions) Questions (https://stackoverflow.ai) AI Assist Labs (https://stackoverflow.com/tags) Tags (https://stackoverflow.com/beta/challenges) Challenges (https://chat.stackoverflow.com/rooms/259507/stack-overflow-lobby) Chat (https://stackoverflow.blog/contributed?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=so-blog&utm_content=experiment-articles) Articles (https://stackoverflow.com/users) Users (https://stackoverflow.com/jobs?source=so-left-nav) Jobs (https://stackoverflow.com/jobs/companies?so_medium=stackoverflow&so_source=SiteNav) Companies Collectives Communities for your favorite technologies. (https://stackoverflow.com/collectives-all) Explore all Collectives Teams () Ask questions, find answers and collaborate at work with Stack Overflow for Teams. (https://stackoverflowteams.com/teams/create/free/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=side-bar&utm_content=explore-teams) Try Teams for free (https://stackoverflow.co/teams/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=side-bar&utm_content=explore-teams) Explore Teams Teams Ask questions, find answers and collaborate at work with Stack Overflow for Teams. (https://stackoverflow.co/teams/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=side-bar&utm_content=explore-teams-compact) Explore Teams Collectives™ on Stack Overflow Find centralized, trusted content and collaborate around the technologies you use most. (https://stackoverflow.com/collectives) Learn more about Collectives Teams Q&A for work Connect and share knowledge within a single location that is structured and easy to search. (https://stackoverflow.co/teams/) Learn more about Teams (https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png?v=c78bd457575a) (how-do-cron-steps-work.html) How do Cron "Steps" Work? (https://stackoverflow.com/questions/ask) Ask Question (2014-12-10 23:03:25Z) Asked 10 years, 10 months ago Modified (https://stackoverflow.com/questions/27412483/how-do-cron-steps-work?lastactivity) (2025-01-02 22:53:38Z) 9 months ago (Viewed 25,171 times) Viewed 25k times (This question shows research effort; it is useful and clear) (70:3:31e,16:ba1304667b25279b,10:1760094011,16:15986f5fa335598f,8:27412483,ef16ed2c2d92f9954fb7431ab25f84bcffd8dcd747e0258cab1b61521bc82b54) 27 (This question does not show any research effort; it is unclear or not useful) (70:3:31e,16:c8965c4c355b4795,10:1760094011,16:da900e2bfd82b0ed,8:27412483,99e0519d3b4d5c8d22b4af8e9cb8b6805a284d7f7f7a663601aebe461f4572a0) (Save this question.) (https://stackoverflow.com/posts/27412483/timeline) (Show activity on this post.) I'm running into a situation where a cron job I thought was running every 55 minutes is actually running at 55 minutes after the hour and at the top of the hour. Actually, it's not a cron job, but it's a (https://github.com/Indatus/dispatcher) PHP scheduling application that uses cron syntax. When I ask this application to schedule a job every 55 minutes, it creates a crontab line like the following. */55 * * * * This crontab line ends up not running a job every 55 minutes. Instead a job runs at 55 minutes after the hours, and at the top of the hour. I do not desire this. I've run this though a (http://cron.schlitt.info/index.php?cron=*%2F55+*+*+*+*&iterations=10&test=Test) cron tester , and it verifies the undesired behavior is correct cron behavior. This leads me to looking up what the / actually means. When I looked at the (http://unixhelp.ed.ac.uk/CGI/man-cgi?crontab+5) cron manual I learned the slash indicated "steps", but the manual itself is a little fuzzy on that that means Step values can be used in conjunction with ranges. Following a range with " " specifies skips of the number's value through the range. For example, "0-23/2 " can be used in the hours field to specify command execution every other hour (the alternative in the V7 standard is "0,2,4,6,8,10,12,14,16,18,20,22" ). Steps are also permitted after an asterisk, so if you want to say "every two hours", just use "*/2 ". The manual's description ("specifies skips of the number's value through the range") is a little vague, and the "every two hours" example is a little misleading (which is probably what led to the bug in the application) So, two questions: How does the unix cron program use the "step" information (the number after a slash) to decide if it should skip running a job? (modular division? If so, on what? With what conditions deciding a "true" run, and which decisions not? Or is it something else?) Is it possible to configure a unix cron job to run every "N" minutes? (https://stackoverflow.com/questions/tagged/unix) (show questions tagged 'unix') unix (https://stackoverflow.com/questions/tagged/cron) (show questions tagged 'cron') cron (https://stackoverflow.com/q/27412483) (Short permalink to this question) Share (https://stackoverflow.com/posts/27412483/edit) () Improve this question (Follow this question to receive notifications) Follow (70:3:31e,16:75bb561ba639ac10,10:1760094011,16:1ca7701c9e996b8b,8:27412483,5a91776f18c830f0b1b4b27281aa6990f3438678719ba27851084002e3d123bb) (https://stackoverflow.com/posts/27412483/revisions) (show all edits to this post) edited (2015-07-09 23:46:58Z) Jul 9, 2015 at 23:46 (https://stackoverflow.com/users/827263/keith-thompson) (Keith Thompson's user avatar) (https://stackoverflow.com/users/827263/keith-thompson) Keith Thompson (reputation score 265,313) 265k (46 gold badges) 46 46 gold badges (446 silver badges) 446 446 silver badges (666 bronze badges) 666 666 bronze badges asked (2014-12-10 23:03:25Z) Dec 10, 2014 at 23:03 (https://stackoverflow.com/users/4668/alana-storm) (Alana Storm's user avatar) (https://stackoverflow.com/users/4668/alana-storm) Alana Storm Alana Storm (reputation score 166,472) 166k (95 gold badges) 95 95 gold badges (421 silver badges) 421 421 silver badges (622 bronze badges) 622 622 bronze badges 4 @shellter I don't want to run it at only 55 after the hour, I want to run it every 55 minutes. Running at 55 after the hours would be once an hour. More to my question, I want to know how the "steps" feature actually works, and if it's possible to say "every N minutes" irrespective of what N is. Alana Storm – (https://stackoverflow.com/users/4668/alana-storm) (166,472 reputation) Alana Storm 2014-12-10 23:16:15 +00:00 Commented (2014-12-10 23:16:15Z, License: CC BY-SA 3.0) Dec 10, 2014 at 23:16 To the down-vote/closer -- this question is about how cron's scheduling logic is programmed , in support of writing software against a PHP package that uses cron logic. That seems pretty on-topic Alana Storm – (https://stackoverflow.com/users/4668/alana-storm) (166,472 reputation) Alana Storm 2014-12-11 17:18:44 +00:00 Commented (2014-12-11 17:18:44Z, License: CC BY-SA 3.0) Dec 11, 2014 at 17:18 I think it's a good design choice that it works this way. Think of it as about something that gives you predictable results no matter when you started the cron. The pattern itself always tells you clearly when it's about to be fired. If that wasn't the case, it wouldn't be easy to figure out the actual schedule. Robo Robok – (https://stackoverflow.com/users/4403732/robo-robok) (23,052 reputation) Robo Robok 2018-12-20 16:47:04 +00:00 Commented (2018-12-20 16:47:04Z, License: CC BY-SA 4.0) Dec 20, 2018 at 16:47 (this comment was edited 2 times) If this PHP application refers to */55 * * * * , I'd argue that's a bug in the PHP application. Keith Thompson – (https://stackoverflow.com/users/827263/keith-thompson) (265,313 reputation) Keith Thompson 2025-01-02 22:56:36 +00:00 Commented (2025-01-02 22:56:36Z, License: CC BY-SA 4.0) Jan 2 at 22:56 (Use comments to ask for more information or suggest improvements. Avoid answering questions in comments.) (how-do-cron-steps-work.html#) Add a comment | (Expand to show all comments on this post) (how-do-cron-steps-work.html#) 3 Answers 3 Sorted by: (https://stackoverflow.com/questions/27412483/how-do-cron-steps-work?answertab=scoredesc#tab-top) Reset to default (scoredesc) Highest score (default) (trending) Trending (recent votes count more) (modifieddesc) Date modified (newest first) (createdasc) Date created (oldest first) (This answer is useful) (70:3:31e,16:4856067550abcdab,10:1760094011,16:14471a3f98ddf776,8:27412884,b4b5500d7a15b8fdcbf2a140e3c2930e91f16d6b16ca987c8335ee2d4ff929d2) 37 (This answer is not useful) (70:3:31e,16:a887d1588ad0b6d7,10:1760094011,16:31b1aa48fd891591,8:27412884,c2e908349a600744ab9da12af52103e77e3a12c174fdbb9adfcb584ff5a506a8) (Save this answer.) (Loading when this answer was accepted…) (https://stackoverflow.com/posts/27412884/timeline) (Show activity on this post.) Step values can be used in conjunction with ranges. Following a range with " " specifies skips of the number's value through the range. For example, "0-23/2 " can be used in the hours field to specify command execution every other hour (the alternative in the V7 standard is "0,2,4,6,8,10,12,14,16,18,20,22 "). Steps are also permitted after an asterisk, so if you want to say "every two hours", just use "*/2 ". The "range" being referred to here is the range given before the / , which is a subrange of the range of times for the particular field. The first field specifies minutes within an hour, so */... specifies a range from 0 to 59. A first field of */55 specifies all minutes (within the range 0-55) that are multiples of 55 -- i.e., 0 and 55 minutes after each hour. Similarly, 0-23/2 or */2 in the second (hours) field specifies all hours (within the range 0-23) that are multiples of 2. If you specify a range starting other than at 0 , the number (say N ) after the / specifies every Nth minute/hour/etc starting at the lower bound of the range. For example, 3-23/7 in the second field means every 7th hour starting at 03:00 (03:00, 10:00, 17:00). This works best when the interval you want happens to divide evenly into the next higher unit of time. For example, you can easily specify an event to occur every 1, 2, 3, 4, 5, 6, 10, 12, 15, 20, or 30 minutes, or every 1, 2, 3, 4, 6, or 12 hours. (Thank the Babylonians for choosing time units with so many nice divisors.) Unfortunately, cron has no concept of "every 55 minutes" within a time range longer than an hour. If you want to run a job every 55 minutes (say, at 00:00, 00:55, 01:50, 02:45, etc.), you'll have to do it indirectly. One approach is to schedule a script to run every 5 minutes; the script then checks the current time, and does its work only once every 11 times it's called. Such a script would need to allow for some drift; a cron job scheduled for 00:00 might actually run a second or two later, or more if the system is heavily loaded or something goes wrong. Or you can use multiple lines in your crontab file to run the same job at 00:00, 00:55, 01:50, etc. -- except that a day is not a multiple of 55 minutes. If you don't mind having a longer or shorter interval once a day, week, or month, you can write a program to generate a large crontab with as many entries as you need, all running the same command at a specified time. (https://stackoverflow.com/a/27412884) (Short permalink to this answer) Share (https://stackoverflow.com/posts/27412884/edit) () Improve this answer (Follow this answer to receive notifications) Follow (70:3:31e,16:e5886ca489992487,10:1760094011,16:0dbe038635a88f3a,8:27412884,6c647d7a4b3685e78d76e7db1b9244312d75d959fc043406807f7664e694e65f) (https://stackoverflow.com/posts/27412884/revisions) (show all edits to this post) edited (2025-01-02 22:53:38Z) Jan 2 at 22:53 answered (2014-12-10 23:36:53Z) Dec 10, 2014 at 23:36 (https://stackoverflow.com/users/827263/keith-thompson) (Keith Thompson's user avatar) (https://stackoverflow.com/users/827263/keith-thompson) Keith Thompson Keith Thompson (reputation score 265,313) 265k (46 gold badges) 46 46 gold badges (446 silver badges) 446 446 silver badges (666 bronze badges) 666 666 bronze badges Sign up to request clarification or add additional context in comments. 6 Comments Add a comment (https://stackoverflow.com/users/4668/alana-storm) () Alana Storm (https://stackoverflow.com/users/4668/alana-storm) Alana Storm (how-do-cron-steps-work.html#comment43270714_27412884) (2014-12-11T00:13:29.22Z) Over a year ago Thank you Keith, that's more helpful than the manual. Is "multiples" the right term? If I specify "1-59/55" I end up with a job that runs at 1 after the hour and 56 after the hour. Would it be more accurate to say a step will 1. Always run for the first number of a range 2. Then run ahead by the amount specified in the range, and run if the resulting skip ahead is still in the same range 3. Repeat 2 until the resulting skip ahead is NOT in the same range 2014-12-11T00:13:29.22Z+00:00 1 Reply Copy link (https://stackoverflow.com/users/4668/alana-storm) () Alana Storm (https://stackoverflow.com/users/4668/alana-storm) Alana Storm (how-do-cron-steps-work.html#comment43270979_27412884) (2014-12-11T00:29:40.237Z) Over a year ago Thanks Kieth, always takes at least two programmers to screw in a light bulb the right way :) 2014-12-11T00:29:40.237Z+00:00 1 Reply Copy link (https://stackoverflow.com/users/4941508/catherine-tsokur) () Catherine Tsokur (https://stackoverflow.com/users/4941508/catherine-tsokur) Catherine Tsokur (how-do-cron-steps-work.html#comment66759739_27412884) (2016-09-27T17:41:50.74Z) Over a year ago Does it mean for months (which start from 1), that */2 are odd months or even? And is there a difference between */2 and 1-12/2 month then? 2016-09-27T17:41:50.74Z+00:00 0 Reply Copy link (https://stackoverflow.com/users/827263/keith-thompson) () Keith Thompson (https://stackoverflow.com/users/827263/keith-thompson) Keith Thompson (how-do-cron-steps-work.html#comment66761420_27412884) (2016-09-27T18:31:03.87Z) Over a year ago @CatherineTsokur: Hmm, that's a good question. Both month and day of month are 1-based. The man page specifically says that * always stands for first-last , so I believe that */2 in the month field is equivalent to 1-12/2 , which would mean months 1, 3, 5, 7, 9, and 11. Perhaps I'll try an experiment (but it will take a while). 2016-09-27T18:31:03.87Z+00:00 0 Reply Copy link (https://stackoverflow.com/users/4941508/catherine-tsokur) () Catherine Tsokur (https://stackoverflow.com/users/4941508/catherine-tsokur) Catherine Tsokur (how-do-cron-steps-work.html#comment66764124_27412884) (2016-09-27T19:53:25.217Z) Over a year ago (Edited 1 time) Thanks for the reply! Was already experimenting with it, indeed, the world will never be the same again, but */2 for months is not even, but odd. So you are right */2 and 1-12/2 gives the same result: 1, 3, 5, 7, 9, 11. To get even month we should do 2-12/2 to start from 2 with step 2. 2016-09-27T19:53:25.217Z+00:00 0 Reply Copy link Add a comment | Show 1 more comment (This answer is useful) (70:3:31e,16:461a2281278d1ecf,10:1760094011,16:c6ef48a1d717b162,8:70367742,fd3fc249bf50991a5a908fa45771ababd90309269b458c1863214fbf9acea224) 4 (This answer is not useful) (70:3:31e,16:efe3e7fd42d9617f,10:1760094011,16:8f105df3f96ac1aa,8:70367742,5802342fdc43ef3beb1f0da560ec39e5e26ebba5b73dbce8e1403d515db39105) (Save this answer.) (Loading when this answer was accepted…) (https://stackoverflow.com/posts/70367742/timeline) (Show activity on this post.) I came across this website that is helpful with regard to cron jobs. (https://crontab.guru) https://crontab.guru And specific to your case with * /55 (https://crontab.guru/#*/55_*_*_*_) https://crontab.guru/#*/55_*_*_*_ * It helped to get a better understanding of the concept behind it. (../../../i.sstatic.net/9E1AO.png) (Cron Job at */55) (https://stackoverflow.com/a/70367742) (Short permalink to this answer) Share (https://stackoverflow.com/posts/70367742/edit) () Improve this answer (Follow this answer to receive notifications) Follow (70:3:31e,16:61d2c775b6e785ca,10:1760094011,16:ad1e9ec423da7b81,8:70367742,fd2630c48b3e60a35cef70e2baf4ab997df5a41f77ef0360812dc7f9bff22bb1) answered (2021-12-15 17:16:49Z) Dec 15, 2021 at 17:16 (https://stackoverflow.com/users/11864668/2up1down) (2Up1Down's user avatar) (https://stackoverflow.com/users/11864668/2up1down) 2Up1Down 2Up1Down (reputation score) 194 (1 silver badge) 1 1 silver badge (5 bronze badges) 5 5 bronze badges Comments Add a comment (This answer is useful) (70:3:31e,16:2729ef6ad51d41cd,10:1760094011,16:62cbcc1aa7e271cd,8:56790298,74d547529ed8c1269d56f1945ec467b72fba6d7b76a0803f8e2eccd9a174615d) 1 (This answer is not useful) (70:3:31e,16:aac8fb2644011870,10:1760094011,16:cc355b6074aca89a,8:56790298,f4544de2d29330181cbf15645579ba785f64436b3b150121e29174b4ad5dd011) (Save this answer.) (Loading when this answer was accepted…) (https://stackoverflow.com/posts/56790298/timeline) (Show activity on this post.) There is another tool named at that should be considered. It can be used instead of cron to achieve what the topic starter wants. As far as I remember, it is pre-installed in OS X but it isn't bundled with some Linux distros like Debian (simply apt install at ). It runs a job at a specific time of day and that time can be calculated using a complex specification. In our case the following can be used: You can also give times like now + count time-units, where the time-units can be minutes, hours, days, or weeks and you can tell at to run the job today by suffixing the time with today and to run the job tomorrow by suffixing the time with tomorrow. The script every2min.sh is executed every 2 minutes. It delays next execution every time the instance is running: #!/bin/sh at -f ./every2min.sh now + 2 minutes echo "$(date +'%F %T') running..." >> /tmp/every2min.log Which outputs 2019-06-27 14:14:23 running... 2019-06-27 14:16:00 running... 2019-06-27 14:18:00 running... As at does not know about "seconds" unit, the execution time will be rounded to full minute after the first run. But for a given task (with 55 minutes range) it should not be a big problem. There also might be security considerations For both at and batch, commands are read from standard input or the file specified with the -f option and executed. The working directory, the environment (except for the variables BASH_VERSINFO, DISPLAY, EUID, GROUPS, SHELLOPTS, TERM, UID, and _) and the umask are retained from the time of invocation. This is the easiest way to schedule something to be ran every X minutes I've seen so far. (https://stackoverflow.com/a/56790298) (Short permalink to this answer) Share (https://stackoverflow.com/posts/56790298/edit) () Improve this answer (Follow this answer to receive notifications) Follow (70:3:31e,16:3ccc683002265e3d,10:1760094011,16:69dce700bc10ff8e,8:56790298,fc17a0503956512a0723209447b6a3b97c5ab2ef3a042b4d3b4f5a47fd1668bf) answered (2019-06-27 11:46:28Z) Jun 27, 2019 at 11:46 (https://stackoverflow.com/users/6948900/mikhail-antonov) (Mikhail Antonov's user avatar) (https://stackoverflow.com/users/6948900/mikhail-antonov) Mikhail Antonov Mikhail Antonov (reputation score) 1,387 (3 gold badges) 3 3 gold badges (24 silver badges) 24 24 silver badges (33 bronze badges) 33 33 bronze badges Comments Add a comment (27412483) (false) () (0) Your Answer (True) (how-do-cron-steps-work.html#) Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question . Provide details and share your research! But avoid … Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our (https://stackoverflow.com/help/how-to-answer) tips on writing great answers . Draft saved Draft discarded (16a63166755f4bdd4f6a5c8fb8c4468cb19872abe0d4f9ac7bdb9620ffd88fbd) Sign up or (https://stackoverflow.com/users/login?ssrc=question_page&returnurl=https%3a%2f%2fstackoverflow.com%2fquestions%2f27412483%2fhow-do-cron-steps-work%23new-answer) log in Sign up using Google Sign up using Email and Password (false) (false) Submit Post as a guest Name () () Email Required, but never shown () () Post as a guest Name () () Email Required, but never shown () () Post Your Answer Discard By clicking “Post Your Answer”, you agree to our (https://stackoverflow.com/legal/terms-of-service/public) terms of service and acknowledge you have read our (https://stackoverflow.com/legal/privacy-policy) privacy policy .(1) Start asking to get answers Find the answer to your question by asking. (https://stackoverflow.com/questions/ask) Ask question Explore related questions (https://stackoverflow.com/questions/tagged/unix) (show questions tagged 'unix') unix (https://stackoverflow.com/questions/tagged/cron) (show questions tagged 'cron') cron See similar questions with these tags. The Overflow Blog (https://stackoverflow.blog/2025/10/09/who-watches-the-watchers-llm-on-llm-evaluations/) Who watches the watchers? LLM on LLM evaluations (https://stackoverflow.blog/2025/10/10/vite-is-like-the-united-nations-of-javascript/) Vite is like the United Nations of JavaScript Featured on Meta (Meta Stack Exchange) (https://meta.stackexchange.com/questions/412987/please-welcome-v2blast-back-to-the-community-team) Please welcome V2Blast back to the Community Team! (Meta Stack Exchange) (https://meta.stackexchange.com/questions/412992/a-first-look-stack-overflow-redesign) A First Look: Stack Overflow Redesign (Meta Stack Overflow) (https://meta.stackoverflow.com/questions/421831/policy-generative-ai-e-g-chatgpt-is-banned) Policy: Generative AI (e.g., ChatGPT) is banned (Meta Stack Overflow) (https://meta.stackoverflow.com/questions/435121/exploring-new-types-of-questions-on-stack-overflow) Exploring new types of questions on Stack Overflow Linked (https://stackoverflow.com/questions/70612959/how-to-run-a-cron-job-every-5-hours-on-linux) (Question score (upvotes - downvotes)) 0 (https://stackoverflow.com/questions/70612959/how-to-run-a-cron-job-every-5-hours-on-linux?noredirect=1) How to run a cron job every 5 hours (on Linux) (https://stackoverflow.com/questions/71227978/ansible-playbook-to-create-a-cronjob-and-run-every-2-hours) (Question score (upvotes - downvotes)) -1 (https://stackoverflow.com/questions/71227978/ansible-playbook-to-create-a-cronjob-and-run-every-2-hours?noredirect=1) Ansible Playbook to create a cronjob and run every 2 hours Related (https://stackoverflow.com/questions/3861833/cron-job-in-unix) (Question score (upvotes - downvotes)) 0 (https://stackoverflow.com/questions/3861833/cron-job-in-unix) Cron job in unix (https://stackoverflow.com/questions/3982957/how-does-cron-internally-schedule-jobs) (Question score (upvotes - downvotes)) 81 (https://stackoverflow.com/questions/3982957/how-does-cron-internally-schedule-jobs) How does cron internally schedule jobs? (https://stackoverflow.com/questions/6303918/how-do-cron-jobs-work-in-rails) (Question score (upvotes - downvotes)) 0 (https://stackoverflow.com/questions/6303918/how-do-cron-jobs-work-in-rails) How do cron jobs work in Rails? (https://stackoverflow.com/questions/7984232/i-am-trying-to-understand-crontabs) (Question score (upvotes - downvotes)) 0 (https://stackoverflow.com/questions/7984232/i-am-trying-to-understand-crontabs) I am trying to understand crontabs (https://stackoverflow.com/questions/10720466/cron-jobs-in-ubuntu) (Question score (upvotes - downvotes)) 1 (https://stackoverflow.com/questions/10720466/cron-jobs-in-ubuntu) Cron jobs in Ubuntu (https://stackoverflow.com/questions/11530703/what-is-the-schedule-on-this-cron) (Question score (upvotes - downvotes)) 0 (https://stackoverflow.com/questions/11530703/what-is-the-schedule-on-this-cron) What is the schedule on this Cron? (https://stackoverflow.com/questions/20763289/cant-understand-cron-job-time) (Question score (upvotes - downvotes)) 1 (https://stackoverflow.com/questions/20763289/cant-understand-cron-job-time) Can't understand cron-job time (https://stackoverflow.com/questions/37202655/how-does-anacron-works-in-linux) (Question score (upvotes - downvotes)) 1 (https://stackoverflow.com/questions/37202655/how-does-anacron-works-in-linux) How does Anacron works in linux? (https://stackoverflow.com/questions/54429296/how-does-cron-job-work-in-the-background) (Question score (upvotes - downvotes)) 1 (https://stackoverflow.com/questions/54429296/how-does-cron-job-work-in-the-background) How does cron job work in the background? (https://stackoverflow.com/questions/58774336/how-to-understand-the-following-crontab-i-know-the-structure-but-cant-find-pro) (Question score (upvotes - downvotes)) 0 (https://stackoverflow.com/questions/58774336/how-to-understand-the-following-crontab-i-know-the-structure-but-cant-find-pro) How to understand the following Crontab? i know the structure but can't find proper source to clearly explain it (https://stackexchange.com/questions?tab=hot) Hot Network Questions (Law Stack Exchange) (https://law.stackexchange.com/questions/111128/is-there-any-legal-obligation-requiring-the-president-of-the-united-states-to-al) Is there any legal obligation requiring the President of the United States to allow access or invitations to all news outlets at press conferences? (Literature Stack Exchange) (https://literature.stackexchange.com/questions/29833/is-there-any-significance-to-reading-the-book-of-revelation-in-uncle-toms-cabi) Is there any significance to reading the book of Revelation in "Uncle Tom's Cabin"? (Academia Stack Exchange) (https://academia.stackexchange.com/questions/221686/a-referee-who-is-likely-an-author-of-the-competing-study) A referee who is likely an author of the competing study (Politics Stack Exchange) (https://politics.stackexchange.com/questions/93700/has-there-been-any-significant-change-to-doge-or-has-it-simply-faded-out-of-pro) Has there been any significant change to DOGE, or has it simply faded out of prominence? (Philosophy Stack Exchange) (https://philosophy.stackexchange.com/questions/131059/should-a-smart-self-driving-car-choose-to-kill-the-passenger-or-the-pedestrians) Should a smart self-driving car choose to kill the passenger or the pedestrians if an accident is inevitable? (Open Source Stack Exchange) (https://opensource.stackexchange.com/questions/15626/license-for-a-programming-language) License for a programming language (Travel Stack Exchange) (https://travel.stackexchange.com/questions/200386/immigration-line-for-trusted-traveller-global-entry-foreigners-at-mia) Immigration line for Trusted Traveller / Global Entry foreigners at MIA (Literature Stack Exchange) (https://literature.stackexchange.com/questions/29853/charles-dickens-school-master-stating-facts-facts-facts) Charles Dickens school master stating "facts, facts, facts!" (Mathematics Stack Exchange) (https://math.stackexchange.com/questions/5100409/taylor-series-of-a-finite-degree-polynomial) Taylor Series of a finite degree polynomial (Travel Stack Exchange) (https://travel.stackexchange.com/questions/200383/what-happens-to-my-childs-suica-pasmo-when-they-turn-12) What happens to my child's Suica/Pasmo when they turn 12? (Role-playing Games Stack Exchange) (https://rpg.stackexchange.com/questions/216773/can-caltrops-force-multiple-saves) Can caltrops force multiple saves? (MathOverflow) (https://mathoverflow.net/questions/501289/history-of-the-definition-of-charts-and-atlases-for-manifolds) History of the definition of charts and atlases for manifolds (Role-playing Games Stack Exchange) (https://rpg.stackexchange.com/questions/216778/what-is-the-dc-for-the-undead-warlocks-form-of-dread-feature) What is the DC for the Undead warlock's Form of Dread feature? (Academia Stack Exchange) (https://academia.stackexchange.com/questions/221669/statistical-consultant-at-a-university-how-do-i-handle-my-performance-review-be) Statistical consultant at a university: How do I handle my performance review being taken over by someone knowing nothing about my work? (Science Fiction & Fantasy Stack Exchange) (https://scifi.stackexchange.com/questions/299549/can-t-remember-book-about-magic-mirror-and-clone-duplicates) Can’t remember book about: magic mirror and clone duplicates (Geographic Information Systems Stack Exchange) (https://gis.stackexchange.com/questions/495662/identifying-polygons-with-specific-shape-properties-in-qgis) Identifying polygons with specific shape properties in QGIS (Unix & Linux Stack Exchange) (https://unix.stackexchange.com/questions/800356/luks-key-file-correct-permissions) luks key file correct permissions (Home Improvement Stack Exchange) (https://diy.stackexchange.com/questions/323471/is-it-possible-to-repair-or-reinforce-this-short-length-1-of-an-i-joists-to) Is it possible to repair or reinforce this short length (<1') of an I-joist's top flange that's slightly rotted? (Graphic Design Stack Exchange) (https://graphicdesign.stackexchange.com/questions/169563/help-me-understand-the-oddness-experienced-when-trying-to-edit-an-svg-with-free) Help me understand the oddness experienced when trying to edit an SVG with free web-based tools? (Philosophy Stack Exchange) (https://philosophy.stackexchange.com/questions/131064/is-there-a-scientific-exact-philosophy) Is there a scientific (exact) philosophy? (Puzzling Stack Exchange) (https://puzzling.stackexchange.com/questions/133520/the-end-game-of-basketball) The End Game of Basketball (Physics Stack Exchange) (https://physics.stackexchange.com/questions/860446/do-rotating-power-tools-such-as-tablesaw-jointer-or-angle-grinder-exert-hundre) Do rotating power tools such as tablesaw, jointer, or angle grinder exert hundreds or thousands of g-forces on their rotating parts? (Signal Processing Stack Exchange) (https://dsp.stackexchange.com/questions/98331/envelope-extraction-hilbert-transform-conditions) Envelope extraction & Hilbert transform conditions (Code Golf Stack Exchange) (https://codegolf.stackexchange.com/questions/284032/compute-the-nfl-passer-rating) Compute the NFL passer rating (how-do-cron-steps-work.html#) more hot questions (https://stackoverflow.com/feeds/question/27412483) (Feed of this question and its answers) Question feed Subscribe to RSS Question feed To subscribe to this RSS feed, copy and paste this URL into your RSS reader. (https://stackoverflow.com/feeds/question/27412483) (how-do-cron-steps-work.html#) () (https://stackoverflow.com) (https://stackoverflow.com) Stack Overflow (https://stackoverflow.com/questions) Questions (https://stackoverflow.com/help) Help (https://chat.stackoverflow.com/?tab=explore) Chat (https://stackoverflow.co/) Products (https://stackoverflow.co/teams/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=footer&utm_content=teams) Teams (https://stackoverflow.co/advertising/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=footer&utm_content=advertising) Advertising (https://stackoverflow.co/advertising/employer-branding/?utm_medium=referral&utm_source=stackoverflow-community&utm_campaign=footer&utm_content=talent) Talent (https://stackoverflow.co/) Company (https://stackoverflow.co/) About (https://stackoverflow.co/company/press/) Press (https://stackoverflow.co/company/work-here/) Work Here (https://stackoverflow.com/legal) Legal (https://stackoverflow.com/legal/privacy-policy) Privacy Policy (https://stackoverflow.com/legal/terms-of-service/public) Terms of Service (https://stackoverflow.com/contact) Contact Us Your Privacy Choices (https://policies.stackoverflow.co/stack-overflow/cookie-policy) Cookie Policy (https://stackexchange.com) Stack Exchange Network (https://stackexchange.com/sites#technology) Technology (https://stackexchange.com/sites#culturerecreation) Culture & recreation (https://stackexchange.com/sites#lifearts) Life & arts (https://stackexchange.com/sites#science) Science (https://stackexchange.com/sites#professional) Professional (https://stackexchange.com/sites#business) Business (https://api.stackexchange.com/) API (https://data.stackexchange.com/) Data (https://stackoverflow.blog?blb=1) Blog (https://www.facebook.com/officialstackoverflow/) Facebook (https://twitter.com/stackoverflow) Twitter (https://linkedin.com/company/stack-overflow) LinkedIn (https://www.instagram.com/thestackoverflow) Instagram Site design / logo © 2025 Stack Exchange Inc; user contributions licensed under (https://stackoverflow.com/help/licensing) CC BY-SA . rev 2025.10.9.35104