码迷,mamicode.com
首页 > 其他好文 > 详细

samba可读可写不可删配置

时间:2018-03-23 18:20:59      阅读:295      评论:0      收藏:0      [点我收藏+]

标签:samba

# mkdir -m 777 /mnt/share


[root@mantisbt01 samba]# grep -v '#' /etc/samba/smb.conf | tail -50

[global]

        workgroup = SAMBA

        security = user


        passdb backend = tdbsam

        log file = /var/log/samba/log.%m

        max log size = 50


        setsebool -P samba_export_all_rw on


        printing = cups

        printcap name = cups

        load printers = yes

        cups options = raw

[share]

        path = /mnt/share

        writeable = YES

        create mask = 1444

        directory mask = 1777


# systemctl restart smb


可配指定用户在/mnt/share下可读写文件/文件夹,创建的文件夹可以下面读写文件,但不可删除文件和文件夹(空文件夹除外)。



samba可读可写不可删配置

标签:samba

原文地址:http://blog.51cto.com/guanhaizhan/2090396

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