[Samba] How to add everyone to write list ?

Marc Muehlfeld mmuehlfeld at samba.org
Wed Dec 21 14:38:16 UTC 2016


Hello,

Am 21.12.2016 um 14:59 schrieb Fengwei via samba:
> I want add ‘everyone’ to write list of a share, but ‘ALL’
> and ‘everyone’ doesn’t work, I want to know how to add
> everyone to write list ?

Grant write permissions to everyone on the whole share by setting the
filesystem ACLs. However, I would prefer to set the permissions to a
domain-wide group instead, such as "Domain Users". For example:

# chgrp "Domain Users" /path/to/share/ -R
# find /path/to/share -type f -exec chmod 660 '{}' ';'
# find /path/to/share -type d -exec chmod 2770 '{}' ';'

Regards,
Marc



More information about the samba mailing list