Re: Cron job in Redhat 7.0

2001-03-01 Thread Thang Nguyen
Hi: edit your crontab by type: crontab -e to remove: crontab -r - Original Message - From: "Michael R. Jinks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 28, 2001 8:34 PM Subject: Re: Cron job in Redhat 7.0 > You need to read s

Re: Cron job in Redhat 7.0

2001-02-28 Thread Michael R. Jinks
You need to read some cron-related manpages. crontab(1) will tell you about the command for editing a user's cron jobs. crontab(5) will tell you about the format of the tables themselves. "man 1 crontab" will get you the first one, "man 5 crontab" will get you the second. The cron files under

Re: Cron job in Redhat 7.0

2001-02-28 Thread Mike Burger
* * * * * chmod 666 /path/to/file/filenames 666 should be replaced by whichever permissions you need to set. On Wed, 28 Feb 2001, Ali wrote: > Hello every one, > > Using Redhat 7.0 > How can I create a cron job that runs every minute > to change the permissions of some files? > > I know about

Cron job in Redhat 7.0

2001-02-28 Thread Ali
Hello every one, Using Redhat 7.0 How can I create a cron job that runs every minute to change the permissions of some files? I know about /etc/cron.hourly files, but I need to run a cron job that runs every minute. Any help is welcome, Regards ___