知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

Gentoo Linux下配置samba服务器使Linux与Windows共享

发布时间:2014-09-05 16:36:10作者:知识屋

主机:Gentoo 11.2 with linux kernel 3.0.6

 

 

1、安装Samba服务器

使用默认的USE标记直接执行命令
 
[cpp]  www.zhishiwu.com print?
emerge samba 
2、配置/etc/samba/smb.conf
 
首先拷贝/etc/samba/smb.conf.default然后根据自己的需要修改
修改后的smb.conf文件如下
 
[cpp]  www.zhishiwu.com 
#======================= Global Settings ===================================== 
[global] 
   guest account = nobody 
   netbios name = yan-laptop 
   workgroup = WORKGROUP 
   server string = Samba Server 
   security = share 
   load printers = no 
   log file = /var/log/samba/log.%m 
   max log size = 50 
   wins support = yes 
   dns proxy = no  
   create mode = 0777 
   force create mode = 0777 
   directory mode = 0777 
   force directory mode = 0777 
[Share] 
    path = /home/samba 
    browseable = yes 
    guest ok = yes 
    writeable = yes 
 
3、创建文件夹
 
 
[cpp]  www.zhishiwu.com
sudo mkdir /home/samba 
chmod 777 /home/samba 
 
 
4、重启samba服务
 
[cpp]  www.zhishiwu.com 
sudo /etc/init.d/samba restart   

 

/

 

5、在windows下可以读写共享的文件夹

win 7下的截图

/

/




摘自 http://blog.csdn.net/yming0221/article/details/7207846
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜