how i can make that every thing i put it in crontab is working? is there any logs for cron to see whether if worked successfully or not?
how i can make that every thing i put it in crontab is working? is there any logs for cron to see whether if worked successfully or not?
There should be a log file here:
or similar.
If your scheduled commands provide some output your can add something like
> /home/your_user/log_dir/command.log
at the end of your cron job entry.Hope this helps.
you can add a line saying:
You will receive a mail then, when your cronjob gets executed.
if you on a nix box, you can add the line after the cron;
works well...