|
|
求助,我希望把我的SMB的WR目录设置成匿名用户可写但不可删除,怎么办??
[global]
null passwords = yes
bind interfaces only = yes
map to guest = Bad Password
encrypt passwords = yes
stat cache size = 128
server string = linux
getwd cache = yes
workgroup = workgroup
#shared mem size = 2097152
protocol = NT1
netbios name = linux
socket options = TCP_NODELAY SO_RCVBUF=32768 SO_SNDBUF=32768
read size = 32768
security = share
os level = 30
auto services = global
host msdfs = yes
[Admin]
read list = gbird
valid users = gbird,@gbird
writable = yes
path = /home/gbird
write list = gbird
public = yes
[wr]
comment = wr
path = /home/gbird/wr
browseable = yes
guest ok = yes
writable = yes
force create mode = 0550
create mode = 0550
force directory mode = 750
directory mode = 750 |
|