<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/3384112#M198151</link>
    <description>Sorry, &lt;BR /&gt;After you make necessary changes to /tmp/cronfile1&lt;BR /&gt;&lt;BR /&gt;do &lt;BR /&gt;&lt;BR /&gt;crontab /tmp/cronfile1&lt;BR /&gt;&lt;BR /&gt;Please note the change it's cronfile1 to do corntab on. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant</description>
    <pubDate>Thu, 23 Sep 2004 11:06:33 GMT</pubDate>
    <dc:creator>Prashant Zanwar_4</dc:creator>
    <dc:date>2004-09-23T11:06:33Z</dc:date>
    <item>
      <title>crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/3384104#M198143</link>
      <description>Hi,&lt;BR /&gt; want to make entry in crontab so as to execute a command after every two minutes.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;amit</description>
      <pubDate>Wed, 22 Sep 2004 06:45:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/3384104#M198143</guid>
      <dc:creator>Amit Dixit_2</dc:creator>
      <dc:date>2004-09-22T06:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/3384105#M198144</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;on linux works:&lt;BR /&gt;&lt;BR /&gt;*/2 * * * * command</description>
      <pubDate>Wed, 22 Sep 2004 06:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/3384105#M198144</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2004-09-22T06:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/3384106#M198145</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;in hpux */1 doesn't work&lt;BR /&gt;I think you have to do:&lt;BR /&gt;&lt;BR /&gt;0,2,4,6,8,10,12,14,16 .... 58 * * * * command</description>
      <pubDate>Wed, 22 Sep 2004 06:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/3384106#M198145</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2004-09-22T06:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/3384107#M198146</link>
      <description>Hi amit,&lt;BR /&gt;&lt;BR /&gt;#cd /usr/spool/cron/crontabs&lt;BR /&gt;#vi root.tmp (if you want to run this command as root. If you want to run it with another user: vi &lt;USER&gt;.tmp)&lt;BR /&gt;&lt;BR /&gt;...add the following line...&lt;BR /&gt;&lt;BR /&gt;2,4,6,8,10,...,58 * * * * /.../command.sh&lt;BR /&gt;&lt;BR /&gt;...save the file...&lt;BR /&gt;&lt;BR /&gt;#crontab root.tmp&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;BR /&gt;Process Management-&amp;gt;Scheduled Cron Jobs-&amp;gt;Actions-&amp;gt;Add.&lt;/USER&gt;</description>
      <pubDate>Wed, 22 Sep 2004 06:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/3384107#M198146</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-09-22T06:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/3384108#M198147</link>
      <description>$crontab -e &lt;USERNAME&gt;&lt;BR /&gt;vi insert mode, and write&lt;BR /&gt;0 2 4 6 8 .... 58 * * * * &lt;EXECUTE file="" path=""&gt;&lt;BR /&gt;&lt;BR /&gt;sorry, my english is poor.&lt;BR /&gt;&lt;BR /&gt;Julian from Argentina.&lt;/EXECUTE&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Thu, 23 Sep 2004 10:14:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/3384108#M198147</guid>
      <dc:creator>Julián Esteban Aimar</dc:creator>
      <dc:date>2004-09-23T10:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/3384109#M198148</link>
      <description>THIS IS CORRECT !!!!&lt;BR /&gt;&lt;BR /&gt;$crontab -e &lt;USERNAME&gt;&lt;BR /&gt;vi insert mode, and write&lt;BR /&gt;0,2,4,6,8, .... ,58 * * * * &lt;EXECUTE file="" path=""&gt;&lt;BR /&gt;&lt;BR /&gt;sorry, my english is poor.&lt;BR /&gt;&lt;BR /&gt;Julian from Argentina.&lt;/EXECUTE&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Thu, 23 Sep 2004 10:16:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/3384109#M198148</guid>
      <dc:creator>Julián Esteban Aimar</dc:creator>
      <dc:date>2004-09-23T10:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/3384110#M198149</link>
      <description>crontab -e &amp;gt;&amp;gt; /tmp/cronfile1&lt;BR /&gt;&lt;BR /&gt;Make the necessary changes to /tmp/cronfile1&lt;BR /&gt;whereever you feel comfortable&lt;BR /&gt;&lt;BR /&gt;0 2 4 6 8 .... 58 * * * * &lt;EXECUTE file="" path=""&gt;&lt;BR /&gt;&lt;BR /&gt;DO crontab /tmp/cronfile, this will write a new root cron file for you. &lt;BR /&gt;This is what I have used to make changes. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant&lt;BR /&gt;&lt;BR /&gt;&lt;/EXECUTE&gt;</description>
      <pubDate>Thu, 23 Sep 2004 10:20:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/3384110#M198149</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-09-23T10:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/3384111#M198150</link>
      <description>Amit,&lt;BR /&gt;&lt;BR /&gt;I would prefer to prepare a script with "sleep 120".&lt;BR /&gt;&lt;BR /&gt;Siddhesh.</description>
      <pubDate>Thu, 23 Sep 2004 11:03:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/3384111#M198150</guid>
      <dc:creator>Siddhesh</dc:creator>
      <dc:date>2004-09-23T11:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/3384112#M198151</link>
      <description>Sorry, &lt;BR /&gt;After you make necessary changes to /tmp/cronfile1&lt;BR /&gt;&lt;BR /&gt;do &lt;BR /&gt;&lt;BR /&gt;crontab /tmp/cronfile1&lt;BR /&gt;&lt;BR /&gt;Please note the change it's cronfile1 to do corntab on. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant</description>
      <pubDate>Thu, 23 Sep 2004 11:06:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/3384112#M198151</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-09-23T11:06:33Z</dc:date>
    </item>
  </channel>
</rss>

