<?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/2423183#M767045</link>
    <description>Joel,&lt;BR /&gt;Thanks, it works fine now.  Otherwise it looks like you have to reboot.</description>
    <pubDate>Tue, 16 May 2000 14:56:56 GMT</pubDate>
    <dc:creator>Dave Hartman</dc:creator>
    <dc:date>2000-05-16T14:56:56Z</dc:date>
    <item>
      <title>Crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/2423181#M767043</link>
      <description>Hi,&lt;BR /&gt;I'm trying to get some scripts to run using crontab.  I've used the command "crontab -e" to make changes to the file.&lt;BR /&gt;&lt;BR /&gt;I added something simple like:&lt;BR /&gt;49 10 * * * echo "Its working finally"&lt;BR /&gt;&lt;BR /&gt;while logged in as root, but nothing seems to happen.&lt;BR /&gt;Do you have to restart the machine for the changes in crontab to work properly or is their something I'm doing wrong.&lt;BR /&gt;(Was trying to echo at 10:49am)</description>
      <pubDate>Tue, 16 May 2000 14:18:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/2423181#M767043</guid>
      <dc:creator>Dave Hartman</dc:creator>
      <dc:date>2000-05-16T14:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/2423182#M767044</link>
      <description>Hi Dave&lt;BR /&gt;I do it a little differently.  First I save the current crontab using the command: &lt;BR /&gt;crontab -l &amp;gt; cronfile&lt;BR /&gt;Then I edit cronfile, adding/changing whatever you want. &lt;BR /&gt;Then put it back:&lt;BR /&gt;crontab cronfile&lt;BR /&gt;This has always worked for me.&lt;BR /&gt;Joel</description>
      <pubDate>Tue, 16 May 2000 14:30:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/2423182#M767044</guid>
      <dc:creator>Joel Shank</dc:creator>
      <dc:date>2000-05-16T14:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/2423183#M767045</link>
      <description>Joel,&lt;BR /&gt;Thanks, it works fine now.  Otherwise it looks like you have to reboot.</description>
      <pubDate>Tue, 16 May 2000 14:56:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/2423183#M767045</guid>
      <dc:creator>Dave Hartman</dc:creator>
      <dc:date>2000-05-16T14:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/2423184#M767046</link>
      <description>Using crontab -e is the recommended way to use cron.  &lt;BR /&gt;&lt;BR /&gt;try the following &lt;BR /&gt;&lt;BR /&gt;* * * * * /usr/bin/date &amp;gt; /dev/console&lt;BR /&gt;&lt;BR /&gt;every minute run the date command and display it to the console.&lt;BR /&gt;&lt;BR /&gt;This will at least test to see if cron is working&lt;BR /&gt;&lt;BR /&gt;You may also want to check cron.allow and cron.deny files  &lt;BR /&gt;see man crontab for more info.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 May 2000 15:02:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/2423184#M767046</guid>
      <dc:creator>jherring</dc:creator>
      <dc:date>2000-05-16T15:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Crontab</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/2423185#M767047</link>
      <description>Dave, a reboot is not required.  cron rereads the crontab file once a minute.&lt;BR /&gt;&lt;BR /&gt;We also use rcs (see the man page) to track changes to the crontab file.&lt;BR /&gt;&lt;BR /&gt;John Hancock</description>
      <pubDate>Wed, 17 May 2000 06:29:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab/m-p/2423185#M767047</guid>
      <dc:creator>John_Hancock</dc:creator>
      <dc:date>2000-05-17T06:29:55Z</dc:date>
    </item>
  </channel>
</rss>

