On Wed, Apr 8, 2009 at 11:49 AM, Jagdish Chhailkar cjagdish69@gmail.com wrote:
Can someone let me know, how can we do this? I also know that I need to do a cron job for that, but how?
with any user you can type in "crontab -e" . It will open a window in which you can type in as follows : 5 * * * * /usr/bin/sarg(whatever the command you type on command prompt) and save this file. It will start executing the command after each 5 minutes.
it should be
*/5 * * * * for every 5 minutes