sendmail service 2004-02-06 - By Rodolfo J. Paiz
Back 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@(protected)
http://www.simpaticus.com
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
|
|