1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
| [global] workgroup = SAMBA security = user
passdb backend = tdbsam
printing = cups printcap name = cups load printers = yes cups options = raw client code page = 939 //支持简体中文共享
[homes] comment = Home Directories valid users = %S, %D%w%S browseable = No read only = No inherit acls = Yes
[printers] comment = All Printers path = /var/tmp printable = Yes create mask = 0600 browseable = No
[print$] comment = Printer Drivers path = /var/lib/samba/drivers write list = @printadmin root force group = @printadmin create mask = 0664 directory mask = 0775
[公司共享] comment = 公司共享 path = /data/samba/public // samba文件物理地址 write list = public // 设置可写入的用户 valid users = public // 设置有效用户 create mask = 0777 // 设置用户创建的文件权限 directory mask = 0777 // 设置用户创建的文件夹权限
|