I went to /var/log/cron but this file is empty.
How to check if crontab is enabled or is running properly or not in ubuntu
thanks
|
feedback
|
|
If you want to want to know if it's running you can do something like If you want to know if your cron jobs are running, check
| |||||
feedback
|
|
By default the cron log in ubuntu is located at /var/log/syslog. Use the below command to check the cron entries in this file. grep cron /var/log/syslog | |||
|
feedback
|