红联Linux门户
Linux帮助

如何让Linux成为文件服务器

发布时间:2012-05-22 10:43:33来源:红联作者:empast
在Linux中,你可以用Samba来做文件服务器,在安装Linux时选中Samba就可以完成安装。

1)编辑/etc/smb.conf,修改配置:

netbios name=linux
workgroup=SambaServer
server string=Samba Server
hosts allow=192.168.9.127
security=share
interfaces=192.168.9.1/24
name resolve order=host dns bcast
wins support=no

2)重新启动SMB守护进程:/etc/rc.d/init.d/smb restart

3)编辑客户机的hosts文件,加入对Samba Server的解析;

4)最后你就可以在网上邻居上看到它了。
文章评论

共有 0 条评论