<?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: Enable A Specific User To Run Scripts in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-enable-a-specific-user-to-run-scripts/m-p/2954367#M116754</link>
    <description>Do the change to cron.allow take place in real time, meaning no reboot, etc.?&lt;BR /&gt;&lt;BR /&gt;Thanks for all of your help!  Mucho points!</description>
    <pubDate>Thu, 17 Apr 2003 20:00:13 GMT</pubDate>
    <dc:creator>Karl Balsmeier</dc:creator>
    <dc:date>2003-04-17T20:00:13Z</dc:date>
    <item>
      <title>CRON: Enable A Specific User To Run Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-enable-a-specific-user-to-run-scripts/m-p/2954362#M116749</link>
      <description>How does one, say, authorize the "N" account to be able use cron scripts on the server?&lt;BR /&gt;&lt;BR /&gt;Is there a specific file to edit?  Do I put them in the wheel group?&lt;BR /&gt;&lt;BR /&gt;We run most of the enterprise databases, and developers are always asking for this in one form or another so they can tell when certain jobs have run with success.&lt;BR /&gt;&lt;BR /&gt;Any help is much appreciated!</description>
      <pubDate>Thu, 17 Apr 2003 19:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-enable-a-specific-user-to-run-scripts/m-p/2954362#M116749</guid>
      <dc:creator>Karl Balsmeier</dc:creator>
      <dc:date>2003-04-17T19:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: CRON: Enable A Specific User To Run Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-enable-a-specific-user-to-run-scripts/m-p/2954363#M116750</link>
      <description>You can add that user to /var/adm/cron/cron.allow and then they can create their own scripts to use with the crontab -e command.&lt;BR /&gt;&lt;BR /&gt;man crontab&lt;BR /&gt;&lt;BR /&gt;As far as being able to run scrips? The permission of the script in question would determine if it is executable for a given user:group</description>
      <pubDate>Thu, 17 Apr 2003 19:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-enable-a-specific-user-to-run-scripts/m-p/2954363#M116750</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2003-04-17T19:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: CRON: Enable A Specific User To Run Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-enable-a-specific-user-to-run-scripts/m-p/2954364#M116751</link>
      <description>Hi Karl,&lt;BR /&gt;&lt;BR /&gt;Entering the user's username in /var/adm/cron/cron.allow will allow that user to use cron.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 17 Apr 2003 19:48:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-enable-a-specific-user-to-run-scripts/m-p/2954364#M116751</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-04-17T19:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: CRON: Enable A Specific User To Run Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-enable-a-specific-user-to-run-scripts/m-p/2954365#M116752</link>
      <description>Hi Karl:&lt;BR /&gt;&lt;BR /&gt;Allowing (and/or disallowing) users to run cron jobs is controlled in '/var/adm/cron/cron.allow' and '/var/adm/cron/cron.deny' as described in the 'crontab' man pages.&lt;BR /&gt;&lt;BR /&gt;The same mechanism applies for the use of 'at' or 'batch' jobs using '/var/adm/cron/at.allow' and '/var/adm/cron/at.deny'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 17 Apr 2003 19:50:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-enable-a-specific-user-to-run-scripts/m-p/2954365#M116752</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-04-17T19:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: CRON: Enable A Specific User To Run Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-enable-a-specific-user-to-run-scripts/m-p/2954366#M116753</link>
      <description>Just remember, the task will run as the user. Not as "root".&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Thu, 17 Apr 2003 19:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-enable-a-specific-user-to-run-scripts/m-p/2954366#M116753</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2003-04-17T19:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: CRON: Enable A Specific User To Run Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-enable-a-specific-user-to-run-scripts/m-p/2954367#M116754</link>
      <description>Do the change to cron.allow take place in real time, meaning no reboot, etc.?&lt;BR /&gt;&lt;BR /&gt;Thanks for all of your help!  Mucho points!</description>
      <pubDate>Thu, 17 Apr 2003 20:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-enable-a-specific-user-to-run-scripts/m-p/2954367#M116754</guid>
      <dc:creator>Karl Balsmeier</dc:creator>
      <dc:date>2003-04-17T20:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: CRON: Enable A Specific User To Run Scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cron-enable-a-specific-user-to-run-scripts/m-p/2954368#M116755</link>
      <description>Yes the access is allowed mmediately after the changes have been made.&lt;BR /&gt;&lt;BR /&gt;One further note. Try to avoid the use of 'crontab -e'&lt;BR /&gt;&lt;BR /&gt;Use this method:&lt;BR /&gt;$ crontab -l &amp;gt;/tmp/work&lt;BR /&gt;make your changes and then save the file and submit it.&lt;BR /&gt;$ crontab /tmp/work</description>
      <pubDate>Thu, 17 Apr 2003 20:08:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cron-enable-a-specific-user-to-run-scripts/m-p/2954368#M116755</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-04-17T20:08:01Z</dc:date>
    </item>
  </channel>
</rss>

