<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2492008#M19628</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;The best place to find your answer is @/var/adm/cron/log.. or the user might have used the 'at' command&lt;BR /&gt;&lt;BR /&gt;Cheers and Regards&lt;BR /&gt;Manikantan IB</description>
    <pubDate>Mon, 12 Feb 2001 15:53:36 GMT</pubDate>
    <dc:creator>Manikantan IB</dc:creator>
    <dc:date>2001-02-12T15:53:36Z</dc:date>
    <item>
      <title>cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2492003#M19623</link>
      <description>there is a script running nightly on our HPUX 11.0 server.We are trying to find out who or what scheduled it.. It does not appear in any crontab files. Any ideas?</description>
      <pubDate>Fri, 09 Feb 2001 20:21:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2492003#M19623</guid>
      <dc:creator>Rpger Tavener</dc:creator>
      <dc:date>2001-02-09T20:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2492004#M19624</link>
      <description>Hi&lt;BR /&gt;As a start look in the cron.allow file&lt;BR /&gt;&lt;BR /&gt;/var/adm/cron/cron.allow&lt;BR /&gt;&lt;BR /&gt;That might give a pointer, also whose ownership is the script under?&lt;BR /&gt;&lt;BR /&gt;Also try to trace it back on the pids -parent/child.&lt;BR /&gt;&lt;BR /&gt;What does the scipt do? this also might give an indication.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Fri, 09 Feb 2001 20:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2492004#M19624</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-02-09T20:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2492005#M19625</link>
      <description>Have you checked /var/adm/cron/log??&lt;BR /&gt;&lt;BR /&gt;I believe this will show the user that kicks off the task..&lt;BR /&gt;&lt;BR /&gt;/rcw</description>
      <pubDate>Fri, 09 Feb 2001 20:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2492005#M19625</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-02-09T20:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2492006#M19626</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Look at /var/adm/cron/log .  This shows the script name (for cron tasks) or the id of 'at' commands.  In either case the user name of the initiator is shown along with the start and stop times.  You might use the name to trace back to a user's mailbox (/var/mail/&lt;USERNAME&gt;) for more useful information.&lt;BR /&gt;&lt;BR /&gt;'at' as well as 'cron' can be allowed or denied with entries in /var/adm/cron/at.allow and /var/adm/cron/at.deny similar to /var/adm/cron/cron.allow and /var/adm/cron/cron.deny.  See the man pages for 'at' and 'cron'.&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/USERNAME&gt;</description>
      <pubDate>Fri, 09 Feb 2001 20:49:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2492006#M19626</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-02-09T20:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2492007#M19627</link>
      <description>Hi Roger,&lt;BR /&gt;&lt;BR /&gt;If it's not in any of the crontabs, then it's most probably a job started with 'at'.&lt;BR /&gt;&lt;BR /&gt;Have a look at the /var/spool/cron/atjobs directory.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Feb 2001 09:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2492007#M19627</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-02-10T09:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: cron</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2492008#M19628</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The best place to find your answer is @/var/adm/cron/log.. or the user might have used the 'at' command&lt;BR /&gt;&lt;BR /&gt;Cheers and Regards&lt;BR /&gt;Manikantan IB</description>
      <pubDate>Mon, 12 Feb 2001 15:53:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron/m-p/2492008#M19628</guid>
      <dc:creator>Manikantan IB</dc:creator>
      <dc:date>2001-02-12T15:53:36Z</dc:date>
    </item>
  </channel>
</rss>

