Differences

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

Link to this comparison view

Next revision
Previous revision
server-administration:crontab-permissions-wrong [2009-10-14 22:33:03]
garrett.plasky created
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: 
 + 
 +<sxh bash>yum -y install vixie-cron crontabs 
 +chmod 4755 /usr/bin/crontab</sxh>
  
-# yum -y install vixie-cron crontabs 
-# chmod 4755 /usr/bin/crontab 
 {{tag>how-to cron}} {{tag>how-to cron}}