Hi,
When creating cron jobs in my cPanel it gives me no errors and tells me that the crons jobs have been updated. But when I look back I don't see any cron jobs.
Any idea what could be causing this and where to look?
Thanks
Hi,
When creating cron jobs in my cPanel it gives me no errors and tells me that the crons jobs have been updated. But when I look back I don't see any cron jobs.
Any idea what could be causing this and where to look?
Thanks
Check permissions on /usr/bin/crontab Make sure the SUID bit is set.
should be -rwsr-xr-xCode:ll /usr/bin/crontab*
if not set :
Code:chmod 4755 /usr/bin/crontab