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

samba 配置

时间:2017-03-12 13:01:38      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:smb   table   配置   stop   config   start   row   selinux   sel   

Centos 6.6

1.vi /etc/selinux/config
SELINUX=disabled
reboot
2.service iptables stop

3.smbpasswd -a leave

4.vi /etc/samba/smb.conf

[public]
security = share

[leave]
comment = leave
path = /home/leave
browseable = yes
writable = yes
guest ok = yes
public = yes

5.service smb restart 

service nmb restart

 

samba 配置

标签:smb   table   配置   stop   config   start   row   selinux   sel   

原文地址:http://www.cnblogs.com/shenwei1234ab/p/6537383.html

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