Monday, July 25, 2016

How to check Cron jobs



In the previous article I have shown you to configure cron jobs. Somebody asked me how to check weather cron jons is processing.

So, if you haven't known what is cron jobs please read follow this cron jobs

There are many way to check your cron jobs. To do it you have to :

1- Turn on your terminal and type

   -> service crond status (it will show your cron is running or not)

2- you can test it directly with your Shell

    -> cd /var/www/vhost/yourroot/html/app
   -> Console/cake News (if your code error it will be written into log file)

I hope this two steps will be able to involve your part. so if you think this article is important please help to share to everyone.


0 comments:

Post a Comment