Re: Newbie - Creating a Cron Job

2002-02-20 Thread Emmanuel Seyman
On Wed, Feb 20, 2002 at 10:39:43AM -, Alexander Shaw wrote: Having had a browse around I see there is a reference to logrotate in the cron.daily folder, do I need to add anything extra to ensure that the file I have added is executed? For the purpose of testing what extra could I add to

RE: Newbie - Creating a Cron Job

2002-02-20 Thread Paul Hamm
Use " crontab -e" to configure cron. Most likely you will have vi opening your crontab kind of icky if you don't knowhow to use it. You can set your editor to anything with " export EDITOR=Your_favorite_Editor" for bash, use setenv for csh. Run the export or setenv before the crontab -e.