<?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: Edit crontab rights for a user in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/edit-cron-rights-for-a-user/m-p/6696448#M488164</link>
    <description>&lt;P&gt;You might be able to allow a user, set up crontab and then remove.&lt;/P&gt;&lt;P&gt;I'm not sure if cron(1m) checks to see if disallowed, if the crontab entry exists.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems to work fine on 11.23.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jan 2015 10:57:09 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2015-01-19T10:57:09Z</dc:date>
    <item>
      <title>Edit Cron rights for a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/edit-cron-rights-for-a-user/m-p/6696338#M488163</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Is it possible that i can give rights for a user cron to be running in it .&lt;/P&gt;&lt;P&gt;But he must not be able to edit &amp;nbsp;or add any new cron entries ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;O.S &amp;nbsp;hpux 11iv3&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2015 07:29:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/edit-cron-rights-for-a-user/m-p/6696338#M488163</guid>
      <dc:creator>chindi</dc:creator>
      <dc:date>2015-01-19T07:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Edit crontab rights for a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/edit-cron-rights-for-a-user/m-p/6696448#M488164</link>
      <description>&lt;P&gt;You might be able to allow a user, set up crontab and then remove.&lt;/P&gt;&lt;P&gt;I'm not sure if cron(1m) checks to see if disallowed, if the crontab entry exists.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems to work fine on 11.23.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2015 10:57:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/edit-cron-rights-for-a-user/m-p/6696448#M488164</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2015-01-19T10:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Cron rights for a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/edit-cron-rights-for-a-user/m-p/6697853#M488165</link>
      <description>&lt;P&gt;If you just want a cron job to be run to execute a script or program under a&amp;nbsp;given user ID, without allowing them to add or remove from cron, then you should set up the job under root and use "su useID -c script-or-command-to-execute". &amp;nbsp;&amp;nbsp;The root user owns the cron job and is the only one that can add, change, or delete the job. &amp;nbsp;The job will be executed under the name user ID.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2015 18:10:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/edit-cron-rights-for-a-user/m-p/6697853#M488165</guid>
      <dc:creator>Ken Grabowski</dc:creator>
      <dc:date>2015-01-21T18:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Edit crontab rights for a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/edit-cron-rights-for-a-user/m-p/6698051#M488166</link>
      <description>&lt;P&gt;Thanks Dennis ,&lt;/P&gt;&lt;P&gt;Tested it on 11.23 and 11.31 , it runs fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2015 06:19:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/edit-cron-rights-for-a-user/m-p/6698051#M488166</guid>
      <dc:creator>chindi</dc:creator>
      <dc:date>2015-01-22T06:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Cron rights for a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/edit-cron-rights-for-a-user/m-p/6698190#M488167</link>
      <description>&lt;P&gt;&amp;gt;The job will be executed under the name user ID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hmm, I would think the job runs under root but switches to useID, so the cron mail would go to root.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2015 08:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/edit-cron-rights-for-a-user/m-p/6698190#M488167</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2015-01-22T08:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Cron rights for a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/edit-cron-rights-for-a-user/m-p/6698289#M488168</link>
      <description>&lt;P&gt;Yes it would. &amp;nbsp;That may or not be an issue, depending on their requirements. &amp;nbsp;A well written job will included logging and email alerts/notification aimed at the appropriate individuals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cron doesn't give you much in the way of features. If your having to enable and then disable a cron user every time they need to add or remove a job, then you might as well own the process and provide a good script wrapped for the applications people to use. &amp;nbsp;Thats what I've always done, even when a good cross platform job control system was avalable.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2015 11:28:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/edit-cron-rights-for-a-user/m-p/6698289#M488168</guid>
      <dc:creator>Ken Grabowski</dc:creator>
      <dc:date>2015-01-22T11:28:34Z</dc:date>
    </item>
  </channel>
</rss>

