Re: ACLs, umask and shared directories

2010-03-12 Thread Rob
to the permanent dir and sets perms the same time? - Original Message - From: Rob list...@deathbeforedecaf.net To: Gary Gatten Cc: freebsd-questions@freebsd.org freebsd-questions@freebsd.org Sent: Thu Mar 11 05:04:28 2010 Subject: Re: ACLs, umask and shared directories Hi Gary

Re: ACLs, umask and shared directories

2010-03-11 Thread Rob
Message- From: Gary Gatten Sent: Monday, March 08, 2010 4:49 PM To: 'list...@deathbeforedecaf.net' Subject: RE: ACLs, umask and shared directories This may also work: SGID (set group ID) on a directory: in this special case every file created in the directory will have the same group

ACLs, umask and shared directories

2010-03-08 Thread Rob
Hi Folks, I need to give a group of users write access to a shared directory. The problem is, when one user creates a file, www1$ touch file1 www1$ ll total 8 drwxrwxr-x 2 root domain_users 512 Mar 8 03:11 . drwxr-xr-x 4 root wheel 512 Mar 8 03:10 .. -rw-r--r-- 1