|
|

楼主 |
发表于 2004-11-10 19:39:54
|
显示全部楼层
唉.....小区宽带,动态ip
root@ogog:~# testparm
Load smb config files from /etc/samba/smb.conf
Processing section "[homes]"
Processing section "[printers]"
Processing section "[ROOT_]"
Processing section "[ROOT_SHARE]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
# Global parameters
[global]
server string = Samba Server
log file = /usr/local/samba/var/log.%m
max log size = 50
dns proxy = No
[homes]
comment = Home Directories
read only = No
browseable = No
[printers]
comment = All Printers
path = /usr/spool/samba
printable = Yes
browseable = No
[ROOT_]
comment = /root/共享
path = /root/共享
guest ok = Yes
[ROOT_SHARE]
comment = /root/share
path = /root/share
guest ok = Yes
wide links = No |
|