|

楼主 |
发表于 2009-11-12 17:03:27
|
显示全部楼层
了解了一下,知道samba可以实现,参考
http://debian.linuxsir.cn/book/server/kanaka/smb.html
1)sudo apt-get install samba;
2)edit->etc/samba/smb.conf
[global]
log file = /var/log/samba/log.%m
[tmp]
comment = Temporary file space
path = /tmp
read only = no
public = yes
/etc/init.d/samba restart
3)创建用户
touch /etc/samba/smbpasswd
smbpasswd -a myname
New SMB password:
Retype new SMB password:
可是windows网上邻居里面找不到啊 |
|