<?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 job permssion denied in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cron-job-permssion-denied/m-p/5076745#M49138</link>
    <description>To run a (only) command with root privileges you can run sudo &lt;COMMAND name=""&gt; at the prompt.&lt;/COMMAND&gt;</description>
    <pubDate>Mon, 29 Oct 2007 00:59:25 GMT</pubDate>
    <dc:creator>~sesh</dc:creator>
    <dc:date>2007-10-29T00:59:25Z</dc:date>
    <item>
      <title>cron job permssion denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cron-job-permssion-denied/m-p/5076744#M49137</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Avance thanx....&lt;BR /&gt;&lt;BR /&gt;I have a problem in the RHEL 4 server.Am not able to run the crontab -l if am running through a normal user." root" user its working fine without any problem. If am running the above command as a normal user its showing "permission denied" to excecute.&lt;BR /&gt;&lt;BR /&gt;Please help me to solve it out.&lt;BR /&gt;&lt;BR /&gt;Thanx again.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;&lt;BR /&gt;Prasanth.</description>
      <pubDate>Mon, 29 Oct 2007 00:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cron-job-permssion-denied/m-p/5076744#M49137</guid>
      <dc:creator>prasanth.ps</dc:creator>
      <dc:date>2007-10-29T00:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: cron job permssion denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cron-job-permssion-denied/m-p/5076745#M49138</link>
      <description>To run a (only) command with root privileges you can run sudo &lt;COMMAND name=""&gt; at the prompt.&lt;/COMMAND&gt;</description>
      <pubDate>Mon, 29 Oct 2007 00:59:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cron-job-permssion-denied/m-p/5076745#M49138</guid>
      <dc:creator>~sesh</dc:creator>
      <dc:date>2007-10-29T00:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: cron job permssion denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cron-job-permssion-denied/m-p/5076746#M49139</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;r u telling that crontab will not run in normal user without using the sudo?&lt;BR /&gt;&lt;BR /&gt;But am able to run the "crontab" command in some other  machine as a normal user.&lt;BR /&gt;&lt;BR /&gt;rgds,&lt;BR /&gt;&lt;BR /&gt;prasanth</description>
      <pubDate>Mon, 29 Oct 2007 01:13:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cron-job-permssion-denied/m-p/5076746#M49139</guid>
      <dc:creator>prasanth.ps</dc:creator>
      <dc:date>2007-10-29T01:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: cron job permssion denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cron-job-permssion-denied/m-p/5076747#M49140</link>
      <description>It's probably a permissions issue on crontab binary.&lt;BR /&gt;&lt;BR /&gt;Generally, you'll have the following:&lt;BR /&gt;&lt;BR /&gt;/var/spool/cron - ower root:root with permissions 0700 (drwx------).&lt;BR /&gt;/usr/sbin/crontab - ower root:root with permissions 4755 (-rwsr-xr-x).&lt;BR /&gt;&lt;BR /&gt;The 'crontab' binary is set up as 'suid', so it should run as any user.&lt;BR /&gt;&lt;BR /&gt;If at some point the crontab binary had it's permissions changed (use 'rpm -V vixie-cron' to confirm that), it will cause this issue.&lt;BR /&gt;&lt;BR /&gt;If this is all it is, then 'chmod 4755 /usr/bin/crontab' will fix it.&lt;BR /&gt;&lt;BR /&gt;If it's not that, then show us the output of the following two commands:&lt;BR /&gt;&lt;BR /&gt;/bin/ls -ld /var/spool/cron /usr/bin/crontab&lt;BR /&gt;/bin/rpm -V vixie-cron&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Oct 2007 01:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cron-job-permssion-denied/m-p/5076747#M49140</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-10-29T01:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: cron job permssion denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cron-job-permssion-denied/m-p/5076748#M49141</link>
      <description>No, my point is not that crontab cannot be run by user with normal user privileges. &lt;BR /&gt;&lt;BR /&gt;My intent was to imply that in case the (a) command isn't executing as expected, the command can be easily run with higher privileges just by preceding the command with sudo.</description>
      <pubDate>Mon, 29 Oct 2007 02:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cron-job-permssion-denied/m-p/5076748#M49141</guid>
      <dc:creator>~sesh</dc:creator>
      <dc:date>2007-10-29T02:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: cron job permssion denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cron-job-permssion-denied/m-p/5076749#M49142</link>
      <description>Thanx sturat,&lt;BR /&gt;&lt;BR /&gt;Its the binary problem after setting sid to the crontab file its working fine.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanx and rgds,&lt;BR /&gt;&lt;BR /&gt;Prasanth</description>
      <pubDate>Mon, 29 Oct 2007 05:42:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cron-job-permssion-denied/m-p/5076749#M49142</guid>
      <dc:creator>prasanth.ps</dc:creator>
      <dc:date>2007-10-29T05:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: cron job permssion denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cron-job-permssion-denied/m-p/5076750#M49143</link>
      <description>Now am closingthis thread.</description>
      <pubDate>Mon, 29 Oct 2007 05:45:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cron-job-permssion-denied/m-p/5076750#M49143</guid>
      <dc:creator>prasanth.ps</dc:creator>
      <dc:date>2007-10-29T05:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: cron job permssion denied</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cron-job-permssion-denied/m-p/5076751#M49144</link>
      <description>Check the permissio for the user in the cronjob, by default the user will be having read only permission.&lt;BR /&gt;Change the permission of user to execute in cronjob and try once again.</description>
      <pubDate>Tue, 04 Dec 2007 06:40:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cron-job-permssion-denied/m-p/5076751#M49144</guid>
      <dc:creator>Sitarama.H.N</dc:creator>
      <dc:date>2007-12-04T06:40:50Z</dc:date>
    </item>
  </channel>
</rss>

