本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。
設定授予SMB使用者UNIX群組權限
貢獻者
建議變更
即使傳入的SMB使用者不是檔案的擁有者、您也可以設定此選項、以授予群組存取檔案或目錄的權限。
步驟
-
將權限層級設為進階:
set -privilege advanced
-
視需要設定授予UNIX群組權限:
如果您想要 輸入命令 即使使用者不是檔案的擁有者、也能存取檔案或目錄、以取得群組權限
vserver cifs options modify –grant-unix-group-perms-to-others true
即使使用者不是檔案的擁有者、也請停用檔案或目錄的存取權、以取得群組權限
vserver cifs options modify –grant-unix-group-perms-to-others false
-
確認選項設定為所需的值:
vserver cifs options show –fields grant-unix-group-perms-to-others
-
返回管理權限層級:
set -privilege admin