码迷,mamicode.com
首页 > 系统相关 > 详细

Linux samba共享多个文件夹,匿名与密码访问共存

时间:2014-09-26 21:24:48      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:ar   文件   sp   art   on   c   linux   ad   r   

1、yum install samba

2、mkdir  /share

3、chmod 777 /share

4、vi /etc/samba/smb.conf做以下修改

  security = user改为 security = share 

  [share]
    comment = share
    path = /share
    public = yes
    read only = no

  [public]

    comment = public
    path = /public
    public = yes
    read only = no

    valid users = ***,...

5、useradd ***

6、smbpasswd -a ***

7、service smb restart

  

Linux samba共享多个文件夹,匿名与密码访问共存

标签:ar   文件   sp   art   on   c   linux   ad   r   

原文地址:http://www.cnblogs.com/LoveJulin/p/3995292.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!