with extend ACL how can I force directory mode = 3775 if user is not in parent-directory group list? for example ls -l rwxrwsr-t root group1 ./dir1 (parent share) is user1 is not in group1 and try to create /dir1/dir2 thre result is not corrent rwxrwxr-t user1 group1 ./dir2 if user2 is in gorup1 and try to create /dir1/dir3 the result is corrent rwxrwsr-t user2 group1 ./dir3 I also test with inherit permissions =yes, still not work.