Hi ajay,
man crontab
Jas
> I have an application which needs to be run after
> every half an hour, can you pls tell me how to
> schedule the task in Linux.
__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.ya
run crontab -e as root and put
1,31 * * * * /path/to/ur/application
where 1,31 is the minutes in hr to exec ,hr,day of the month,month,day of the week
respectively
Regards,
Yashpal Nagar
[EMAIL PROTECTED] Wrote---
Hi all,
I have an application which needs to be run after every half a