Linux에서 Samba Share ACL과 Posix ACL을 함께 사용하는 방법

Linux에서 Samba Share ACL과 Posix ACL을 함께 사용하는 방법

Share ACL과 Posix ACL(파일 권한) 조합 예를 찾고 있습니다. 하지만 두 가지를 함께 사용하는 방법에 대한 예를 찾을 수 없습니다 ...

저는 솔라리스에서 "chmod A+"를 사용합니다. 리눅스에서는 무엇을 사용해야 합니까?
Windows ACL과 똑같은 ACL을 구축하고 싶습니다.

혹시 알고 계시거나 예시가 있으신가요?

Samba 버전: 4.6.5
운영 체제: Arch-linux

mysmb.conf;

[Global]
  netbios name = NETBIOSM
  workgroup = TM
  realm = TM.PVT
  server string = %h TM Host
  security = ads
  encrypt passwords = yes

  idmap config SM.PVT : backend = ad
  idmap config SM.PVT : range = 10000-20000
  idmap config SM.PVT : schema_mode = rfc2307
  idmap config * : range = 8000-9000

  winbind use default domain = Yes
  winbind enum users = Yes
  winbind enum groups = Yes
  winbind nested groups = Yes
  winbind refresh tickets = yes
  winbind offline logon = yes
  winbind cache time = 300

  template shell = /bin/bash
  template homedir = /home/%D/%U

  preferred master = no
  dns proxy = no
  wins server = tmdc.tm.pvt
  wins proxy = no

#  acl group control = yes

  load printers = no
  debug level = 3
  use sendfile = no

  vfs objects = acl_xattr
  map acl inherit = yes
  store dos attributes = yes

[test]
 comment = ACL Test
 path = /testPool/smbtest
 valid users = TM.PVT\administrator TM.PVT\user1 SM.PVT\user2
 admin users = TM.PVT\administrator
 public = no
 writable = yes
 inherit permissions = yes
 inherit acls = yes

답변1

마침내 설명을 찾았습니다! 왜 개발자들은 우리가 이미 모든 것을 알고 있다고 생각하는지 궁금합니다. 아래 링크를 읽으면 이 주제와 개발 역사에 대한 모든 질문에 대한 답변을 찾을 수 있습니다.

https://www.ja-ki.eu/2016/09/19/gedaechtnisstuetze-acls-mit-zfs-on-linux-und-samba-4-5/

http://cuddletech.com/?p=23

http://cuddletech.com/?p=459

관련 정보