I read at the samba4 wiki that to setup a samba4 share you need to

 Create a folder that you want to share

# mkdir -p /srv/samba/Demo/

 Add a new share to your smb.conf:

[Demo]
     path = /srv/samba/Demo/
     read only = no


but what about permission at os level? I mean do I have to chmod 770
or chmod 2770 the folder or else?
I read somewhere that it was necessary to chmod 777 but that configuration is 
very unsecure at os level.

thanks                                    
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to