NAS

[TrueNAS Scale] SMB Share ACL Entry

2023年12月16日

Overview

SMB の Share ACL Entry の設定項目を確認する。

Reference

Environment

TrueNAS Scale 23.10.0.1

Share ACL

ACL Entries

SID : S-1-1-0

Who

  • User
  • Group
  • everyone@

Permission

Predefined permission combinations:
Read: Read access and Execute permission on the object (RX).
Change: Read access, Execute permission, Write access, and Delete object (RXWD).
Full: Read access, Execute permission, Write access, Delete object, change Permissions, and take Ownership (RXWDPO).

For more details, see smbacls(1).

  • FULL
  • CHANGE
  • READ

Type

How permissions are applied to the share. Allowed denies all permissions by default except those that are manually defined. Denied allows all permissions by default except those that are manually defined.

  • ALLOWED / default : “Allowed”以外はすべて”Deny”
  • DENIED : “Deny”以外はすべて”Allow”