|
|
smb.conf
如下
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2004/04/08 22:07:24
# Global parameters
[global]
[test]
comment = only for test
path = /opt/samba/test
guest ok = Yes
[homes]
comment = Home Directories
read only = No
browseable = No
available = No
可以在windows下看到机器但不能打开 |
|