How can I run a Cron job manually or how can I sure my job executed?
by n00b_noob from LinuxQuestions.org on (#5CZP5)
Hello,
I wrote below cron jobs for root user:
Code:00 23 * * 1 /usr/bin/App1 && /usr/bin/echo "App1 done"
00 23 * * 1 /usr/bin/App2 && /usr/bin/echo "App2 done"But how can I run a Cron job manually or how can I sure my job executed?
Under the "/var/log" directory a "cron" file exist, but I can't see anything about above jobs!
Thank you.


I wrote below cron jobs for root user:
Code:00 23 * * 1 /usr/bin/App1 && /usr/bin/echo "App1 done"
00 23 * * 1 /usr/bin/App2 && /usr/bin/echo "App2 done"But how can I run a Cron job manually or how can I sure my job executed?
Under the "/var/log" directory a "cron" file exist, but I can't see anything about above jobs!
Thank you.