On Fri, 2003-07-25 at 07:21, Esteban Pizzini wrote: > Hi, I´m using RH 9.0 and I ´d like to know how include the results of an own script > (generating a og) in the mail that the server send to root every day???.. > > Thank you!!
if you run the script via cron.daily the output will go to the person set in the MAILTO variable (default root). just put the script into /etc/cron.daily and it will be run around 4AM iirc. If you want it to be run at a different time you can run it via the system crontab file (/etc/crontab) or root's crontab (as root: crontab -e) man cron and man crontab should get you going. Bret -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list