umask - chmod - sticky bit

2003-08-07 Thread Corey Hart
Hello, I have a shared directory where I would like every file underneath it to get created with the following permissions chmod 660 (ug+rw) or umask 007 but I can not figure out a way to do this short of having cron run everyone 5 minutes chmod -R the directory and everything underneath it. My

Re: umask - chmod - sticky bit

2003-08-07 Thread Corey Hart
I have my umask set correctly yes, but what I need is when users save a file in /shared lets say that the file permissions on the file get set to 660, the user default umask is 007. Cameron Simpson wrote: > On 11:59 06 Aug 2003, Corey Hart <[EMAIL PROTECTED]> wrote: > | I have a shared directory