# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2005-12-01
[global]
workgroup = TUX-NET
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
map to guest = Bad User
include = /etc/samba/dhcp.conf
logon path = //%L/profiles/.msprofile
logon home = //%L/%U/.9xprofile
logon drive = P:
[homes]
comment = Home Directories
valid users = %S
browseable = No
read only = No
inherit acls = Yes
[profiles]
comment = Network Profiles Service
path = %H
read only = No
store dos attributes = Yes
create mask = 0600
directory mask = 0700
[ycportal]
comment = ycportal
path = /apps/ABCCQ.ear/ycportal.war
valid users = wasadmin
writable = yes
[webpublish]
comment = webpublish
path = /soft/WebSphere/AppServer/installedApps/WAS/webpublish.ear
valid users = wasadmin
writable = yes
[sybaseBackup]
comment = sybase Backup File
path = /sybase/backup
valid users = wasadmin
writable = yes
[waslog]
comment = waslog
path = /soft/WebSphere/AppServer/logs/server1
valid users = wasadmin
writable = yes
[users]
comment = All users
path = /home
read only = No
inherit acls = Yes
veto files = /aquota.user/groups/shares/
[groups]
comment = All groups
path = /home/groups
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 = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775
本文详细介绍了Samba的主要配置文件smb.conf的内容与设置。包括全局配置、用户家目录、网络打印服务、特定路径访问权限等关键配置项。适用于Samba服务器的安装与管理。
11万+

被折叠的 条评论
为什么被折叠?



