<?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: cron scheduling in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-scheduling/m-p/2609321#M35778</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;00 * * * * would work. See man pages of crontab for more detailed examples.&lt;BR /&gt;&lt;BR /&gt;-USA.&lt;BR /&gt;</description>
    <pubDate>Wed, 07 Nov 2001 19:28:15 GMT</pubDate>
    <dc:creator>Uday_S_Ankolekar</dc:creator>
    <dc:date>2001-11-07T19:28:15Z</dc:date>
    <item>
      <title>cron scheduling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-scheduling/m-p/2609317#M35774</link>
      <description>Hello..&lt;BR /&gt;&lt;BR /&gt;I was wondering how to schedule a cron job to take place on an hourly basis?  I greatly appreciate your help!!&lt;BR /&gt;&lt;BR /&gt;Thank you...</description>
      <pubDate>Wed, 07 Nov 2001 19:19:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-scheduling/m-p/2609317#M35774</guid>
      <dc:creator>Noelle Stimely_1</dc:creator>
      <dc:date>2001-11-07T19:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: cron scheduling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-scheduling/m-p/2609318#M35775</link>
      <description>00 * * * * command&lt;BR /&gt;&lt;BR /&gt;put this in a file&lt;BR /&gt;crontab filename &lt;BR /&gt;to set it up under cron&lt;BR /&gt;crontab -l &lt;BR /&gt;lists cronjobs&lt;BR /&gt;man crontab   will list the fields &lt;BR /&gt;&lt;BR /&gt;Eileen</description>
      <pubDate>Wed, 07 Nov 2001 19:25:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-scheduling/m-p/2609318#M35775</guid>
      <dc:creator>Eileen Millen</dc:creator>
      <dc:date>2001-11-07T19:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: cron scheduling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-scheduling/m-p/2609319#M35776</link>
      <description>Enter crontab -e to properly vi the crontab file. Then...&lt;BR /&gt;&lt;BR /&gt;00 0-23 * * * command string&lt;BR /&gt;&lt;BR /&gt;That should take care of hourly scheduling&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;C</description>
      <pubDate>Wed, 07 Nov 2001 19:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-scheduling/m-p/2609319#M35776</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2001-11-07T19:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: cron scheduling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-scheduling/m-p/2609320#M35777</link>
      <description>Hi Noelle,&lt;BR /&gt;&lt;BR /&gt;To run a job hourly try this command in your crontab file. If you don't have a crontab file, create one using crontab -e. To check your current crontab file do, crontab -l. Edit this file and put and entry in it as shown below to run the job each hour, every day, throughout the year. Do a man crontab for more info and to create your custom cron job.&lt;BR /&gt;&lt;BR /&gt;00 x x x x /path_to_the_job&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Nov 2001 19:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-scheduling/m-p/2609320#M35777</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-07T19:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: cron scheduling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-scheduling/m-p/2609321#M35778</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;00 * * * * would work. See man pages of crontab for more detailed examples.&lt;BR /&gt;&lt;BR /&gt;-USA.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Nov 2001 19:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-scheduling/m-p/2609321#M35778</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-11-07T19:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: cron scheduling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-scheduling/m-p/2609322#M35779</link>
      <description>crontab -e #edit the crontab file&lt;BR /&gt;G #go to bottom of file&lt;BR /&gt;o #add line blow&lt;BR /&gt;00 * * * * /your/script/to/run/on/hour #your entry&lt;BR /&gt;:wq!&lt;BR /&gt;&lt;BR /&gt;Will run the script on the hour.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Wed, 07 Nov 2001 19:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-scheduling/m-p/2609322#M35779</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-11-07T19:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: cron scheduling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-scheduling/m-p/2609323#M35780</link>
      <description>crontab file is like this&lt;BR /&gt;Minute Hour dayOfMonth Month Dayofweek&lt;BR /&gt;&lt;BR /&gt;so to run a job every hour on the hour..&lt;BR /&gt;0 * * * * /jobs/to/run&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Nov 2001 19:29:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-scheduling/m-p/2609323#M35780</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2001-11-07T19:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: cron scheduling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-scheduling/m-p/2609324#M35781</link>
      <description>Hi Noelle:&lt;BR /&gt;&lt;BR /&gt;In addition to the information you already have, note this from the 'crontab' man page:&lt;BR /&gt;&lt;BR /&gt;"You can execute crontab if your name appears in the file /var/adm/cron/cron.allow.  If that file does not exist, you can use crontab if your name does not appear in the file /var/adm/cron/cron.deny.  If only cron.deny exists and is empty, all users can use crontab.  If neither file exists, only the root user can use crontab."&lt;BR /&gt;&lt;BR /&gt;Similar security also exists for 'at' commands using the /var/adm/cron/at.allow and /var/adm/cron.at.deny files.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 07 Nov 2001 20:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-scheduling/m-p/2609324#M35781</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-11-07T20:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: cron scheduling</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-scheduling/m-p/2609325#M35782</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When editing the crontab make a habit of *not*&lt;BR /&gt;using the -e switch. Make a copy to a temporary&lt;BR /&gt;file and then submit it.&lt;BR /&gt;&lt;BR /&gt;# crontab -l &amp;gt;/tmp/wrk&lt;BR /&gt;# vi /tmp/wrk&lt;BR /&gt;Make your changes (for example)&lt;BR /&gt;&lt;BR /&gt;0 * * * * /usr/local/bin/my_job.sh&lt;BR /&gt;&lt;BR /&gt;Save the file&lt;BR /&gt;# Submit it to cron&lt;BR /&gt;# crontab /tmp/wrk&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Thu, 08 Nov 2001 03:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-scheduling/m-p/2609325#M35782</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-11-08T03:36:45Z</dc:date>
    </item>
  </channel>
</rss>

