文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>samba的简单配置

samba的简单配置

时间:2005-09-27  来源:lues

samba share级的配置 

[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

相关阅读 更多 +
排行榜 更多 +
我要当超人

我要当超人

休闲益智 下载
幸存者的命运

幸存者的命运

飞行射击 下载
精英战区3d

精英战区3d

飞行射击 下载