Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
server-administration:crontab-permissions-wrong [2009-10-14 22:33:21]
garrett.plasky
server-administration:crontab-permissions-wrong [2011-07-01 19:15:41]
garrett.plasky Approved
Line 2: Line 2:
  
  
-If you are receiving the error///usr/bin/crontab permissions are wrong. Please set to 4755// when in the cron section of cPanel, the commands below may correct the error for Redhat/CentOS/Fedora servers.+If you are receiving the error ///usr/bin/crontab permissions are wrong. Please set to 4755// when in the cron section of cPanel, the commands below may correct the error for Redhat/CentOS/Fedora servers.
  
-Log into the server via ssh or the console as root and run:+Log into the server via SSH or the console as root and run:
  
-<code console>yum -y install vixie-cron crontabs +<sxh bash>yum -y install vixie-cron crontabs 
-chmod 4755 /usr/bin/crontab</code>+chmod 4755 /usr/bin/crontab</sxh>
  
 {{tag>how-to cron}} {{tag>how-to cron}}