<?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/4061245#M305960</link>
    <description>&amp;gt;daily basics, weekly basics, monthly basics.&lt;BR /&gt;&lt;BR /&gt;mm hh * * * # daily at hh:mm&lt;BR /&gt;mm hh * * d # weekly at hh:mm on day d of week (0 == Sun)&lt;BR /&gt;mm hh d * * # monthly at hh:mm on day d of month</description>
    <pubDate>Tue, 28 Aug 2007 00:01:44 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-08-28T00:01:44Z</dc:date>
    <item>
      <title>crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4061243#M305958</link>
      <description>how to crontab files normal users and how to allow the permission,how to create cron daily basics,weekly bascis,monthly basics.</description>
      <pubDate>Mon, 27 Aug 2007 23:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4061243#M305958</guid>
      <dc:creator>Ping problem</dc:creator>
      <dc:date>2007-08-27T23:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4061244#M305959</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Access to the crontab files is restricted by using cron.allow and cron.deny files in the /var/adm/cron directory.To create, edit, list, and delete crontab files, you use the crontab command.&lt;BR /&gt;&lt;BR /&gt;for detail see man page.&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9106-90007/crontab.1.html" target="_blank"&gt;http://docs.hp.com/en/B9106-90007/crontab.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Mon, 27 Aug 2007 23:26:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4061244#M305959</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2007-08-27T23:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4061245#M305960</link>
      <description>&amp;gt;daily basics, weekly basics, monthly basics.&lt;BR /&gt;&lt;BR /&gt;mm hh * * * # daily at hh:mm&lt;BR /&gt;mm hh * * d # weekly at hh:mm on day d of week (0 == Sun)&lt;BR /&gt;mm hh d * * # monthly at hh:mm on day d of month</description>
      <pubDate>Tue, 28 Aug 2007 00:01:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4061245#M305960</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-08-28T00:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4061246#M305961</link>
      <description>You haven't assigned any points yet.  If these answers were helpful, please read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Tue, 28 Aug 2007 00:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4061246#M305961</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-08-28T00:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4061247#M305962</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;I use this template to define the schedule:&lt;BR /&gt;&lt;BR /&gt;###########################################################&lt;BR /&gt;# &lt;SERVER name=""&gt;-&lt;USERNAME&gt;&lt;BR /&gt;###########################################################&lt;BR /&gt;###########################################################&lt;BR /&gt;# BACKUP ON ....... ..:.. AM ... - ..: PM server time&lt;BR /&gt;###########################################################&lt;BR /&gt;&lt;BR /&gt;# ---------------------------------------------------------&lt;BR /&gt;# Daily&lt;BR /&gt;# ---------------------------------------------------------&lt;BR /&gt;# minute  hour  monthday  month  weekday (0=Sunday)  command&lt;BR /&gt;# 0-59    0-23  1-31      1-12   0-6&lt;BR /&gt;03 00 * * * crontab -l &amp;gt; file_cron&lt;BR /&gt;&lt;BR /&gt;# ---------------------------------------------------------&lt;BR /&gt;# Weekly&lt;BR /&gt;# ---------------------------------------------------------&lt;BR /&gt;# minute  hour  monthday  month  weekday (0=Sunday)  command&lt;BR /&gt;# 0-59    0-23  1-31      1-12   0-6&lt;BR /&gt;&lt;BR /&gt;# ---------------------------------------------------------&lt;BR /&gt;# Montly&lt;BR /&gt;# ---------------------------------------------------------&lt;BR /&gt;# minute  hour  monthday  month  weekday (0=Sunday)  command&lt;BR /&gt;# 0-59    0-23  1-31      1-12   0-6&lt;BR /&gt;&lt;BR /&gt;# ---------------------------------------------------------&lt;BR /&gt;# OBSOLETE&lt;BR /&gt;# ---------------------------------------------------------&lt;BR /&gt;# minute  hour  monthday  month  weekday (0=Sunday)  command&lt;BR /&gt;&lt;BR /&gt;# ---------------------------------------------------------&lt;BR /&gt;# One shot&lt;BR /&gt;# ---------------------------------------------------------&lt;BR /&gt;# minute  hour  monthday  month  weekday (0=Sunday)  command&lt;BR /&gt;# 0-59    0-23  1-31      1-12   0-6&lt;BR /&gt;#eof&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Art&lt;/USERNAME&gt;&lt;/SERVER&gt;</description>
      <pubDate>Wed, 29 Aug 2007 03:09:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/4061247#M305962</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2007-08-29T03:09:34Z</dc:date>
    </item>
  </channel>
</rss>

