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
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
* * * * * 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
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
___