Re: Basing new file permissions on current dir perms

2004-01-09 Thread Mark Roach
On Fri, 2004-01-09 at 14:05, Alex Malinovich wrote: > On Fri, 2004-01-09 at 11:36, Monique Y. Herman wrote: > > On 2004-01-09, Rob Sims penned: [...] > > > chmod g+s mydirectory > > > > > > Note that changing the directory's group will clear the sticky bit. > > > -- Rob > > > > > > > That will not

Re: Basing new file permissions on current dir perms

2004-01-09 Thread Alex Malinovich
On Fri, 2004-01-09 at 11:36, Monique Y. Herman wrote: > On 2004-01-09, Rob Sims penned: > > On Friday 09 January 2004 05:06 am, Alex Malinovich wrote: > >> Lets say I have a directory called mydirectory. The permissions are > >> as follows: > >> > >> drwxrwxr-x root mygroup > > > > ... > > > >> Wh

Re: Basing new file permissions on current dir perms

2004-01-09 Thread Monique Y. Herman
On 2004-01-09, Rob Sims penned: > On Friday 09 January 2004 05:06 am, Alex Malinovich wrote: >> Lets say I have a directory called mydirectory. The permissions are >> as follows: >> >> drwxrwxr-x root mygroup > > ... > >> What I want, is a way to force the default permissions for new files >> in t

Re: Basing new file permissions on current dir perms

2004-01-09 Thread Rob Sims
On Friday 09 January 2004 05:06 am, Alex Malinovich wrote: > Lets say I have a directory called mydirectory. The permissions are as > follows: > > drwxrwxr-x root mygroup ... > What I want, is a way to force the default permissions for new files in > this directory to be: > > -rw-rw-r-- myuser

Basing new file permissions on current dir perms

2004-01-09 Thread Alex Malinovich
This seems like it should be simple enough, yet it's not working that way. Here's essentially what I want to do: Lets say I have a directory called mydirectory. The permissions are as follows: drwxrwxr-x root mygroup If a user who is part of mygroup, say myuser, creates a new file within mydirec