#==================全局设置=====================================================
[global]
# workgroup=nt-domain-name或workgroup-name -工作组的名称(可以留空,默认情况下就是这样)。
workgroup=soft
# server string is the equivalent of the NT Description field
server string=samba server-SMB服务器的简要描述。
hosts allow=192.168 . 1.192.168 . 2.127。-设置可以访问SMB服务器的主机(可以是IP或主机名。
域名)
# Security mode. Most people will want user level security. See
#安全级别。详情见txt。-指定SMB服务器的安全级别。
安全=共享意味着当客户端连接到SMB服务器时,无需帐户密码即可访问资源。
安全=用户意味着当客户压缩SMB服务器时,他必须输入用户名和密码才能访问它。
security=user
# Do not enable this option unless you have read those documents
encrypt passwords=yes
smb passwd file=/etc/samba/smbpasswd
#========================================================================================
[home]-用户使用帐号和密码访问,是否允许进入自己的个人文件夹?
Comment=主目录(默认情况下就是这样,不需要修改)
browseable=no
writable=yes
valid users=%S
create mode=0664
directory mode=0775
[打印机] -打印机配置。
comment=All Printers
path=/var/spool/samba
browseable=no
# Set public=yes to allow user 'guest account' to print
guest ok=no
writable=no
printable=yes
;[myshare]
; comment=Mary's and Fred's stuff
; path=/usr/somewhere/shared
; valid users=mary fred
; public=no
; writable=yes
; printable=no
; create mask=0765
[PP] -以下是我分享的文件夹。
Comment=This is our soft article! Share description
Path=/www/pp共享文件夹的路径。
Writelist=具有smb写权限的用户列表,并且SMB用户被允许写。
Read list=具有只读权限的用户列表。
Public=yes是否允许发布?
当安全级别为user时,我们在这台机器上建立的用户必须加入SMB服务器,命令是为smbpasswd -a用户将LINUX用户添加到SMB服务器。
Smbpasswd用户名修改SMB服务器中用户的密码。