让Linux成为文件服务器

在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)最后你就可以在网上邻居上看到它了。