<?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: Crons in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415447#M764474</link>
    <description>Add users name to cron.allow&lt;BR /&gt;vi /var/adm/cron/cron.allow&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Ed</description>
    <pubDate>Wed, 16 Jun 1999 02:55:21 GMT</pubDate>
    <dc:creator>Ed Donnelly</dc:creator>
    <dc:date>1999-06-16T02:55:21Z</dc:date>
    <item>
      <title>Crons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415443#M764470</link>
      <description>I am a blossoming Jr SYSADM in the field of HP-UX. I currently am in part &lt;BR /&gt;charge of two HP 9000's (K-260), and K-200). I know how to set up crons to &lt;BR /&gt;display date, time, to do backups and so forth. I am trying to run a cron for a &lt;BR /&gt;specific user and on my system it says that my security could be breached if &lt;BR /&gt;crons were allowed to be run under the users profile. I have already tried &lt;BR /&gt;builing restricted SAM for the user and that didnt work. Can this be done? I &lt;BR /&gt;mean is it possible? If you have any thoughts or ideas please e-mail me. &lt;BR /&gt;THX!!!!!!</description>
      <pubDate>Mon, 10 May 1999 10:25:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415443#M764470</guid>
      <dc:creator>Anthony J. Handy (JR. H</dc:creator>
      <dc:date>1999-05-10T10:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Crons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415444#M764471</link>
      <description>If it is a one time deal set the job up as a root cron.  If it needs to be run &lt;BR /&gt;as the user set up a script that you 'su - {username} -c {script name}'.  This &lt;BR /&gt;will allow you to control the use of cron but to allow the files to run as &lt;BR /&gt;other users.&lt;BR /&gt;&lt;BR /&gt;You may also want to look into using the 'at' command.&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Fri, 14 May 1999 05:20:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415444#M764471</guid>
      <dc:creator>Coleman Weber_1</dc:creator>
      <dc:date>1999-05-14T05:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Crons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415445#M764472</link>
      <description>Check the man page for 'crontab'.  You can allow users to run cron jobs using &lt;BR /&gt;entries in /var/adm/cron/cron.allow.  You can also restrict users with entries &lt;BR /&gt;in /var/adm/cron/cron.deny.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 14 May 1999 06:09:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415445#M764472</guid>
      <dc:creator>Mark_770</dc:creator>
      <dc:date>1999-05-14T06:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Crons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415446#M764473</link>
      <description>try to add the user to the file /var/adm/cron/cron.allow</description>
      <pubDate>Tue, 18 May 1999 01:01:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415446#M764473</guid>
      <dc:creator>jean-laurent huynh_2</dc:creator>
      <dc:date>1999-05-18T01:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Crons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415447#M764474</link>
      <description>Add users name to cron.allow&lt;BR /&gt;vi /var/adm/cron/cron.allow&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Ed</description>
      <pubDate>Wed, 16 Jun 1999 02:55:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415447#M764474</guid>
      <dc:creator>Ed Donnelly</dc:creator>
      <dc:date>1999-06-16T02:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Crons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415448#M764475</link>
      <description>I am not sure if what you are trying to do requires you to run the job under &lt;BR /&gt;the users profile. One thing you could do is use root's crontab and setup the &lt;BR /&gt;job to su to the user and execute whatever needs to be executed and then exit &lt;BR /&gt;the shell.  Hope this helps you...</description>
      <pubDate>Thu, 01 Jul 1999 10:45:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415448#M764475</guid>
      <dc:creator>Keven Jones</dc:creator>
      <dc:date>1999-07-01T10:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Crons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415449#M764476</link>
      <description>Have you tried su - &lt;USER name=""&gt; then crontab -e to create the cron file for &lt;BR /&gt;that user?&lt;BR /&gt;&lt;BR /&gt;&lt;/USER&gt;</description>
      <pubDate>Fri, 02 Jul 1999 09:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415449#M764476</guid>
      <dc:creator>Michelle Boyle_1</dc:creator>
      <dc:date>1999-07-02T09:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Crons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415450#M764477</link>
      <description>Its really a case of do you trust them? and by how much !&lt;BR /&gt;&lt;BR /&gt;Personally, I wouldn't let a user run a cron job other than under their own &lt;BR /&gt;uid. Security hacks can involve set uid&lt;BR /&gt;where user hijacks a higher uid (e.g. root)&lt;BR /&gt;I may offer to run a cron job for them and output the result to their user &lt;BR /&gt;account, after carefully looking at their script to see if it compromises &lt;BR /&gt;security.&lt;BR /&gt;You don't want to run a job and find out their script listed&lt;BR /&gt;out valuable tables !! &lt;BR /&gt;Take a look at ACL (Access Control Lists), they may help.&lt;BR /&gt;If you're talking database tables then I'm lost.&lt;BR /&gt;Difficult to offer a general solution ...... good luck.</description>
      <pubDate>Mon, 05 Jul 1999 07:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415450#M764477</guid>
      <dc:creator>Jim Rudge</dc:creator>
      <dc:date>1999-07-05T07:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Crons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415451#M764478</link>
      <description>Anthony&lt;BR /&gt;&lt;BR /&gt;Maybe give us a bit more detail (that is if your problem still&lt;BR /&gt;exists): what does this guy/user want to execute from cron?&lt;BR /&gt;Isn't it perhaps a command restricted for use by root?</description>
      <pubDate>Tue, 06 Jul 1999 02:07:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415451#M764478</guid>
      <dc:creator>Jakes Louw_2</dc:creator>
      <dc:date>1999-07-06T02:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Crons</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415452#M764479</link>
      <description>add the user to /var/adm/cron/at.allow AND /var/adm/cron/cron.allow. Using &lt;BR /&gt;TextEditor or vi&lt;BR /&gt;&lt;BR /&gt;Then login as that person (or root) and setup the cronjob.</description>
      <pubDate>Tue, 05 Oct 1999 11:14:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crons/m-p/2415452#M764479</guid>
      <dc:creator>James K. Milward_1</dc:creator>
      <dc:date>1999-10-05T11:14:49Z</dc:date>
    </item>
  </channel>
</rss>

