原创  samba的简单配置 收藏

  [global]
     #别人会通过"网上邻居"看到WORKGROUP组里的
    Linux机器,注释是:My Samba Server
     workgroup = WORKGROUP
     netbios name = Linux
     server string = My Samba Server

     #日志设置
     log file = /var/log/samba/%m.log
     max log size = 50

     #安全设置
     security = share

     #用SAMBA的WINS服务支持,并且用/etc/hosts做内部域名解析
     wins support = yes
     name resolve order = hosts lmhosts wins bcast
     dns proxy = yes

 [public]
     #一个共享设置
     comment = Public Stuff  
     path = /home/share
     public = yes
     guest ok = yes
     read only = yes
     writable = no
     printable = no

发表于 @ 2005年03月14日 20:26:00 | 评论( loading... ) | 编辑| 举报| 收藏

旧一篇:CVS服务器的安装与配置 | 新一篇:ssh常用配置

  • 发表评论
  • 评论内容:
  •  
Copyright © LUES
Powered by CSDN Blog