<?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: resolutino of crontab in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/resolutino-of-crontab/m-p/3480474#M16219</link>
    <description>Hi Tonatiuh ,&lt;BR /&gt;&lt;BR /&gt;Why you need set crontab cycle use seconds? What do you want?&lt;BR /&gt;&lt;BR /&gt;for 5 minutes&lt;BR /&gt;*/5 * * * * /path/command&lt;BR /&gt;for 10 minutes&lt;BR /&gt;*/10 * * * * /path/command&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
    <pubDate>Mon, 07 Feb 2005 21:19:03 GMT</pubDate>
    <dc:creator>NiCK_76</dc:creator>
    <dc:date>2005-02-07T21:19:03Z</dc:date>
    <item>
      <title>resolutino of crontab</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resolutino-of-crontab/m-p/3480473#M16218</link>
      <description>minimal lapse of time in crontab is the minute. How can I change this behavior to 5 seconds or 10 seconds?</description>
      <pubDate>Mon, 07 Feb 2005 17:21:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resolutino-of-crontab/m-p/3480473#M16218</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2005-02-07T17:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: resolutino of crontab</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resolutino-of-crontab/m-p/3480474#M16219</link>
      <description>Hi Tonatiuh ,&lt;BR /&gt;&lt;BR /&gt;Why you need set crontab cycle use seconds? What do you want?&lt;BR /&gt;&lt;BR /&gt;for 5 minutes&lt;BR /&gt;*/5 * * * * /path/command&lt;BR /&gt;for 10 minutes&lt;BR /&gt;*/10 * * * * /path/command&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
      <pubDate>Mon, 07 Feb 2005 21:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resolutino-of-crontab/m-p/3480474#M16219</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-02-07T21:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: resolutino of crontab</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resolutino-of-crontab/m-p/3480475#M16220</link>
      <description>Hi,&lt;BR /&gt; &lt;BR /&gt;crontab is triggered on the minute.  No way around that. &lt;BR /&gt; &lt;BR /&gt;If want a job to be launched quicker then just keep it running in a loop with sleep statements in between if required. &lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Tue, 08 Feb 2005 04:36:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resolutino-of-crontab/m-p/3480475#M16220</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2005-02-08T04:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: resolutino of crontab</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resolutino-of-crontab/m-p/3480476#M16221</link>
      <description>If you want to run the command every 5&lt;BR /&gt;seconds, try a script:&lt;BR /&gt;&lt;BR /&gt;while true&lt;BR /&gt;do &lt;BR /&gt;&lt;YOUR command="" here=""&gt;&lt;BR /&gt;sleep 5&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs&lt;BR /&gt;&lt;/YOUR&gt;</description>
      <pubDate>Tue, 08 Feb 2005 04:45:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resolutino-of-crontab/m-p/3480476#M16221</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-02-08T04:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: resolutino of crontab</title>
      <link>https://community.hpe.com/t5/operating-system-linux/resolutino-of-crontab/m-p/3480477#M16222</link>
      <description>this is the second message i've seen from you on this, and i'm starting to get worried about what you're tring to do. &lt;BR /&gt;&lt;BR /&gt;doing something 12 times a minute is generally poor planning. there is usually an easier way to fix your root cause. &lt;BR /&gt;&lt;BR /&gt;judging from your two posts, you're trying to prevent a program from changing a file by coping it from a known good source every 5-10 seconds. &lt;BR /&gt;&lt;BR /&gt;have you considered changing the permissions to prevent writing to the file? this would be simpler, and wouldn't clog your file system buffers or put undo stress on your hard drives.</description>
      <pubDate>Tue, 08 Feb 2005 10:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/resolutino-of-crontab/m-p/3480477#M16222</guid>
      <dc:creator>Thomas Bianco</dc:creator>
      <dc:date>2005-02-08T10:10:13Z</dc:date>
    </item>
  </channel>
</rss>

