Follow below: On Thu, 13 Jul 2000 tangk@basf-nz.co.nz wrote: > Date: Thu, 13 Jul 2000 15:50:07 +1200 > From: tangk@basf-nz.co.nz > To: linux-net@vger.rutgers.edu > Subject: Crontab Help > > > > Need your help > 1. How to get crontab (5) Description? > 2. I got error message "no crontab for root" when I typed "crontab -l" on Reh > hat 6.1 server. I have modified /etc/crontab file. you do not modify crontab by editing etc/crontab run the command crontab -e and then write your cron job. after that if you run crontab -l you'll see the cron job you've written. If you still want to use your usual editor say pico use export VISUAL=pico before you run crontab -e because by default it opens vi as the editor. > How can I know the /etc/crontab file has been loaded when the cron daemon > started? If you do not put 1> /dev/null 2> /dev/null in your cron job it will send you or whoever owns the cron job mail whenever it executes. > > Thank you > > > - > : send the line "unsubscribe linux-net" in > the body of a message to majordomo@vger.rutgers.edu > Noah ksemat@eahd.or.ug - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.rutgers.edu