[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: sendmail service



At 23:45 2/5/2004, you wrote:
First edit crontab by following command:
#crontab -e
and add following line in crontab:
0,5,10,15,20,25,30,35,40,45,50,55 * * * * /root/send.sh

You could also simply type:


*/5 * * * * /root/send.sh

This will run your command every five minutes. See the man page for crontab to see other supported time specifications.


-- Rodolfo J. Paiz rpaiz simpaticus com http://www.simpaticus.com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]