环境如下:
CENTOS 4.5
LINUX SAMBA与WINDOWS文件共享
如果设定SAMBA,实现a用户针对某目前能写不能删,同时b用户可对a用户的这个目录能写能删。
[testdir]
read list = puser
writeable = yes
write list = muping,dess120
path = /testdir
#force directory mode = 755
#force group = muping
#force create mode = 575
#force user = muping
create mode = 1570
#directory mode = 1755
按如上设定后,用户dess120能写不能删,但希望用户muping能对这个目录能写也能删, 请各高人指点,不胜感谢!

