Difference between revisions of "Redhat:Samba share group"
Jump to navigation
Jump to search
(Created page with "== Samba Group Directories == To configure a directory for access by everyone in a group: <syntaxhighlight> [public] comment = Public Stuff path = /home/samba public = yes ...") |
(No difference)
|
Latest revision as of 17:04, 31 August 2013
Samba Group Directories
To configure a directory for access by everyone in a group:
[public]
comment = Public Stuff
path = /home/samba
public = yes
writable = yes
printable = no
write list = +groupnameThe group that can access the folder is defines as +groupname or @groupname
To define the default permissions you may add:
create mask = 0770
directory mask = 2770Windows does not allow users and groups to have the same name. In order to get around this create a new group with a different name.