Re: chown and chmod using crontab?

2003-01-27 Thread Jon Reynolds
On Mon, 2003-01-27 at 16:00, Mark wrote: > - Original Message - > From: "Jon Reynolds" <[EMAIL PROTECTED]> > To: "FreeBSD Questions List" <[EMAIL PROTECTED]> > Sent: Tuesday, January 28, 2003 1:44 AM > Subject: chown and chmod using crontab

Re: chown and chmod using crontab?

2003-01-27 Thread Mark
- Original Message - From: "Jon Reynolds" <[EMAIL PROTECTED]> To: "FreeBSD Questions List" <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 1:44 AM Subject: chown and chmod using crontab? > I have a directory that 2 different groups have access

Re: chown and chmod using crontab?

2003-01-27 Thread Philip Hallstrom
Try using the full paths... /bin/chmod and /usr/sbin/chown On 27 Jan 2003, Jon Reynolds wrote: > I have a directory that 2 different groups have access to. When one > group writes to the folder it retains the permissions of that group. I > need the permissions to change to the permissions of the

chown and chmod using crontab?

2003-01-27 Thread Jon Reynolds
I have a directory that 2 different groups have access to. When one group writes to the folder it retains the permissions of that group. I need the permissions to change to the permissions of the directory. I thought I could add a crontab in and run a little script every 1 minute to set the corre