|
系统是FC6的,别人可以在网上邻居上看到我,并打开。可以看到所有我的共享文件夹,却无法访问这些文件夹
请问如何才能建立匿名可访问的samba
[[Owner@Samba ~]$ testparm
Load smb config files from /etc/samba/smb.conf
Processing section "[homes]"
Processing section "[printers]"
Processing section "[shares]"
Processing section "[share1]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
[global]
server string = Server
security = SHARE
log file = /var/log/samba/%m.log
max log size = 50
dns proxy = No
cups options = raw
[homes]
comment = Home Directories
read only = No
browseable = No
[printers]
comment = All Printers
path = /usr/spool/samba
printable = Yes
browseable = No
[shares]
path = /home/Owner/shares
read only = No
guest ok = Yes
[share1]
path = /home/Owner/share1
guest ok = Yes |
|