my website developer told me that Cron jobs are scheduled. but nothing seems to be getting updates on the website. Please suggest how / where to check the status of cron jobs execution. Please help.

Thanks in advance.

link|improve this question
1  
check for log file /var/log/cron – Asif Mulla Nov 19 '10 at 5:07
feedback

migrated from stackoverflow.com Nov 19 '10 at 16:19

This question came from our site for professional and enthusiast programmers.

2 Answers

If you have access to a control panel (like CPanel) I believe you can look in there for the cron entries. Otherwise, if you have SSH access to the server you could check the crontab by running 'crontab -l' (no quotes)

link|improve this answer
feedback

you can get the cron log created on the server. For the path of the file contact your system admin.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown