Displaying 1 result from an estimated 1 matches for "file_via_smb".
2018 Dec 18
3
Samba-created files with POSIX ACLs gaining execute bit
...: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_shell
-rwxrwx---+ 1 christian root 0 Dec 17 18:40 file_via_smb
[root at samba srv]# getfacl share2/*
# file: share2/file_via_shell
# owner: christian
# group: users
user::rw-
group::rwx #effective:rw-
group:share2_ro:r-x #effective:r--
group:share2_rw:rwx #effective:rw-
mask::rw-
other::---
# file: share2/file_via_smb
# owner: christian
# group: root
user...