Displaying 1 result from an estimated 1 matches for "share2_rw".
Did you mean:
share2_ro
2018 Dec 18
3
Samba-created files with POSIX ACLs gaining execute bit
...eated via shell do not. Here’s my demonstration using “share2” as the root of my share:
[root at samba srv]# ls -l
total 0
drwxrwx---+ 2 root root 65 Dec 17 18:40 share2
[root at samba srv]# getfacl share2/
# file: share2/
# owner: root
# group: root
user::rwx
group::rwx
group:share2_ro:r-x
group:share2_rw:rwx
mask::rwx
other::---
default:user::rwx
default:group::rwx #effective:rw-
default:group:share2_ro:r-x #effective:r--
default:group:share2_rw:rwx #effective:rw-
default:mask::rw-
default:other::---
[root at samba srv]# ls -l share2/
total 0
-rw-rw----+ 1 christian users 0 Dec 17 18:39 file_via_...