<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Crontab Time Setting question in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/crontab-time-setting-question/m-p/4028183#M28994</link>
    <description>your settings performs for every hour with min. as 30, 6, 10, 13, 16 and 19.&lt;BR /&gt;&lt;BR /&gt;crontab isn't user friendly. You may have to setup multiple cron jobs to run at specific times since these timings are not in sequence.&lt;BR /&gt;&lt;BR /&gt;1 - min.&lt;BR /&gt;2 - hour&lt;BR /&gt;3 - weekday&lt;BR /&gt;&lt;BR /&gt;  if you want to setup cron job which runs every 15min, then do this&lt;BR /&gt;&lt;BR /&gt;0, 15, 30, 45, 60 * * * /tmp/my_file &amp;gt;/dev/null&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 27 Jun 2007 13:32:15 GMT</pubDate>
    <dc:creator>IT_2007</dc:creator>
    <dc:date>2007-06-27T13:32:15Z</dc:date>
    <item>
      <title>Crontab Time Setting question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-time-setting-question/m-p/4028181#M28992</link>
      <description>I can't seem to figure out the correct syntax for setting this cron job with specific time.&lt;BR /&gt;&lt;BR /&gt;I would like to run this particular job at these time slots:&lt;BR /&gt;&lt;BR /&gt;6:30 &lt;BR /&gt;10:15&lt;BR /&gt;13:15&lt;BR /&gt;16:00&lt;BR /&gt;19:15&lt;BR /&gt;&lt;BR /&gt;This is how I have it setup and working, but I can't figure out what to do with the one with 15 minutes job.&lt;BR /&gt;&lt;BR /&gt;30 6,10,13,16,19 * * * /tmp/My_File&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;Jorge</description>
      <pubDate>Wed, 27 Jun 2007 13:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-time-setting-question/m-p/4028181#M28992</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-06-27T13:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab Time Setting question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-time-setting-question/m-p/4028182#M28993</link>
      <description>Shalom&lt;BR /&gt;&lt;BR /&gt;30 6 * * * /tmp/My_File&lt;BR /&gt;15 10 * * * /tmp/My_File&lt;BR /&gt;15 13 * * * /tmp/My_File&lt;BR /&gt;00 16 * * * /tmp/My_File&lt;BR /&gt;15 19 * * * /tmp/My_File&lt;BR /&gt;&lt;BR /&gt;There is no way to do this with one line in cron. If there is a way to do it on one line with Linux, its not supported off platform and I would not do it because I want my cron schedules portable with HP-UX, AIX and Solaris.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 27 Jun 2007 13:30:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-time-setting-question/m-p/4028182#M28993</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-06-27T13:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab Time Setting question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-time-setting-question/m-p/4028183#M28994</link>
      <description>your settings performs for every hour with min. as 30, 6, 10, 13, 16 and 19.&lt;BR /&gt;&lt;BR /&gt;crontab isn't user friendly. You may have to setup multiple cron jobs to run at specific times since these timings are not in sequence.&lt;BR /&gt;&lt;BR /&gt;1 - min.&lt;BR /&gt;2 - hour&lt;BR /&gt;3 - weekday&lt;BR /&gt;&lt;BR /&gt;  if you want to setup cron job which runs every 15min, then do this&lt;BR /&gt;&lt;BR /&gt;0, 15, 30, 45, 60 * * * /tmp/my_file &amp;gt;/dev/null&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jun 2007 13:32:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-time-setting-question/m-p/4028183#M28994</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2007-06-27T13:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab Time Setting question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-time-setting-question/m-p/4028184#M28995</link>
      <description>You need to create three jobs:&lt;BR /&gt;&lt;BR /&gt;# At 16:00&lt;BR /&gt;0 16 * * * /tmp/My_File&lt;BR /&gt;# At 6:30&lt;BR /&gt;30 6 * * * /tmp/My_File&lt;BR /&gt;# At 10:15, 13:15, 19:15&lt;BR /&gt;15 10,1319 * * * /tmp/My_File</description>
      <pubDate>Wed, 27 Jun 2007 13:33:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-time-setting-question/m-p/4028184#M28995</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-06-27T13:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab Time Setting question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-time-setting-question/m-p/4028185#M28996</link>
      <description>sorry. you have to setup 2 cron jobs to align with correct hour and min.&lt;BR /&gt;&lt;BR /&gt;setup another cron job for 10:15, 13:15 and 19:15 timings.&lt;BR /&gt;&lt;BR /&gt;15 10, 15 13, 15 19 * * * /tmp/myfile &amp;gt;/dev/null&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jun 2007 13:35:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-time-setting-question/m-p/4028185#M28996</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2007-06-27T13:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab Time Setting question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/crontab-time-setting-question/m-p/4028186#M28997</link>
      <description>Got it!!  No wonder I couldn't find it.&lt;BR /&gt;&lt;BR /&gt;Thank you so much!!&lt;BR /&gt;&lt;BR /&gt;Jorge</description>
      <pubDate>Wed, 27 Jun 2007 15:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/crontab-time-setting-question/m-p/4028186#M28997</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2007-06-27T15:36:41Z</dc:date>
    </item>
  </channel>
</rss>

