当前位置: 技术问答>linux和unix
samba的简单问题~
来源: 互联网 发布时间:2014-11-11
本文导语: 很简单, WIN98, REDHAT 6.2, 我要我的所有目录在WINDOWS下都可见,可改,可写,可读. 我的etc/smb.conf是 security = share 因为security = user的时候从windows里面进不去,总是要求IPC$的密码, 现在我的security = share, 然后windows里的...
很简单, WIN98, REDHAT 6.2, 我要我的所有目录在WINDOWS下都可见,可改,可写,可读.
我的etc/smb.conf是
security = share
因为security = user的时候从windows里面进不去,总是要求IPC$的密码,
现在我的security = share, 然后windows里的注册表也改了EnablePlainTextPassword = dword:000001
我的共享目录设成 /, 但是只能读,不能写,并且/root没有权限进不去, 要怎样解决?
多谢!~
补充:guest ok和writable = yes好像没有用
我的etc/smb.conf是
security = share
因为security = user的时候从windows里面进不去,总是要求IPC$的密码,
现在我的security = share, 然后windows里的注册表也改了EnablePlainTextPassword = dword:000001
我的共享目录设成 /, 但是只能读,不能写,并且/root没有权限进不去, 要怎样解决?
多谢!~
补充:guest ok和writable = yes好像没有用
|
1)如果将security没为share,那就没必要设置注册表!
2)writeable=yes也不行吗,你是不是少写了一个e!
[public]
comment = Public Zone
path = /home/samba
public = yes
writeable = yes
guest ok = yes
不行,请回复!
2)writeable=yes也不行吗,你是不是少写了一个e!
[public]
comment = Public Zone
path = /home/samba
public = yes
writeable = yes
guest ok = yes
不行,请回复!
|
切记 不能执行 chmod 777 -R / ,否则 root组会丢失。 root用户也登陆不了系统。
writable = yes
directory mask = 0777
系统中将需要改动的目录设置为克写就行。
writable = yes
directory mask = 0777
系统中将需要改动的目录设置为克写就行。
|
请问你是如何设置samba的,我现在也是为了linux与windows共亨啦!设置好samba后一定要在windows中设置注册表吗?我的是windows2000请问如何设置注册表!!
还有如何设置samba??
我设置的samba后,在win2000中只能访问linux的计算机名,但不能访问其共亨目录,请问我的设置出现什么问题:如下
我在red hat linux 7.2的samba(/etc/samba/sam.conf)文件设置如下:但我只能在windows下访问服务器名linux,就是不能访问共亨的目录,求助??
sam.conf文件设置:
[global]
wordgroup = samba
netbios name = linux
server string = big server
encrypt passwords =yes
os level = 1
hosts allow = 192.168.34.
guest OK = yes
;文件共亨
[bigshare]
comment = shared
path = /home/public ;--其中public是我新建的一个目录
read only = no
browseable = yes
create mask = 0666
directory mask = 0777
还有如何设置samba??
我设置的samba后,在win2000中只能访问linux的计算机名,但不能访问其共亨目录,请问我的设置出现什么问题:如下
我在red hat linux 7.2的samba(/etc/samba/sam.conf)文件设置如下:但我只能在windows下访问服务器名linux,就是不能访问共亨的目录,求助??
sam.conf文件设置:
[global]
wordgroup = samba
netbios name = linux
server string = big server
encrypt passwords =yes
os level = 1
hosts allow = 192.168.34.
guest OK = yes
;文件共亨
[bigshare]
comment = shared
path = /home/public ;--其中public是我新建的一个目录
read only = no
browseable = yes
create mask = 0666
directory mask = 0777