Displaying 1 result from an estimated 1 matches for "group_access".
2020 Nov 03
2
Group with RWX acl cannot delete as file/dir owned by user with RWX
...h this:
Using xattr so that I can manage a domain joined Samba server share
with AD permissions. The underlying OS file perms are 777 and I have
set the share with -R a+w to make sure that permissions for owner and
group are the same. Getfacl returns:
# file: deleteme.txt
# owner: root
# group: group_access
user::rwx
group::rwx
group:group_access:rwx
mask::rwx
other::rwx
>From Windows, if I try to delete the file in the share it throws back
that the file is owned by Unix User\root and cannot be deleted without
permission. I am a member of group_access on AD and should have full
rights over t...