修改 SMB 默认权限

This commit is contained in:
Hyy2001X 2021-10-15 19:41:00 +08:00
parent e5cbc8f899
commit e7c7a99f7c
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ config sambashare
option path '${Disk_Mounted_Point}'
option read_only 'no'
option guest_ok 'yes'
option create_mask '0666'
option create_mask '0777'
option dir_mask '0777'
EOF
else