Re: [zfs-discuss] Basic ACL usage in group environment

2010-10-26 Thread Alan Wright
On 10/26/10 06:25 AM, Andy Graybeal wrote: Yes, if you set up the directory ACLs for inheritance (include :fd: when you specify the ACEs), the ACLs on copied files will be inherited from the parent folder (probably best not to use cp -p). Alan Alan, thank you for the response. For my example,

Re: [zfs-discuss] Basic ACL usage in group environment

2010-10-26 Thread Cindy Swearingen
Hi Andy, What is the setting for the aclinherit property? I think you want to set this property to passthrough. Thanks, Cindy On 10/26/10 07:25, Andy Graybeal wrote: Yes, if you set up the directory ACLs for inheritance (include :fd: when you specify the ACEs), the ACLs on copied files will b

Re: [zfs-discuss] Basic ACL usage in group environment

2010-10-26 Thread Andy Graybeal
Yes, if you set up the directory ACLs for inheritance (include :fd: when you specify the ACEs), the ACLs on copied files will be inherited from the parent folder (probably best not to use cp -p). Alan Alan, thank you for the response. For my example, I have two users that need to share files,

Re: [zfs-discuss] Basic ACL usage in group environment

2010-10-25 Thread Alan Wright
On 10/23/10 08:03 AM, Andy Graybeal wrote: Greetings, First off, I'm new to this and don't quite understand what I'm doing. I would like different groups in my workplace to have their own folders. I would like each file and folder underneath the parent folders to inherit the ACL and group owners

[zfs-discuss] Basic ACL usage in group environment

2010-10-23 Thread Andy Graybeal
Greetings, First off, I'm new to this and don't quite understand what I'm doing. I would like different groups in my workplace to have their own folders. I would like each file and folder underneath the parent folders to inherit the ACL and group ownership of the directory. I'm using ACL's i