Maky001
April 25th, 2008, 05:54 AM
I need to execute script every 5 minutes so think that cron will do the job.
But not yet working with him so please help.
Would this be ok
*/5 * * * * /var/bin/status.sh >>/var/tmp/status.log 2>&1
so every 5 minutes it execute script status.sh from var/bin and make log in var/tmp status.log.
Please correct me if i am wrong.
THX!!!!
But not yet working with him so please help.
Would this be ok
*/5 * * * * /var/bin/status.sh >>/var/tmp/status.log 2>&1
so every 5 minutes it execute script status.sh from var/bin and make log in var/tmp status.log.
Please correct me if i am wrong.
THX!!!!