我的配置如下.也成功了.
[global]
workgroup = workgroup
netbios name = server
server string = Linux Samba Server TestServer
security = share
[game]
path = /home/share
writeable = no
browseable = yes
guest ok = yes
这个是我共享的配置文件,只能读的..
假如我想让/home/share这个文件夹也能写..但是要用帐号登陆才能写....应该怎么去配置...想高手告诉我一下配制的过程,感激不尽.
xiehuilj 于 2008-04-14 00:28:56发表:
请问楼上的QQ是多少。。。。我的QQ307845753。。。请加我。。。谢谢
zy66289214 于 2008-04-04 17:37:42发表:
参考我的linux跟我一起学 我写的 呵呵
zy66289214 于 2008-04-04 17:37:20发表:
[global]
workgroup = workgroup
server string = Samba Server
client code page = 936
unix charset = gb2312
dos charset = cp936
display charset = cp936
security = user
hosts allow = 192.168.1.
#============================ Share Definitions ==============================
[homes]
comment = Home Directories
browseable = no
writable = yes
[财务]
comment = caiwu
path = /home/samba/caiwu
public = yes
write list = @caiwu
valid users = @caiwu jishu01
你参考我的配置 ,然后你需要建立用户 以及改变目录权限 和所有者