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

linux samba安装及配置

时间:2016-02-20 15:53:51      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:

1.  安装 yum -y install samba 

2.  查看安装路径  #whereis samba

3.  配置全局

[global]

workgroup = LinuxSir
netbios name = LinuxSir05
server string = Linux Samba Server TestServer
security = shar

4. 配置共享目录

[staticres]
path = /data/files
writeable = yes
browseable = yes
guest ok = yes

5. 修改权限

chown -R nobody /data/files

chmod 777 /data/files

参考文章:

http://blog.csdn.net/linglongwunv/article/details/5212875

http://www.cnblogs.com/whiteyun/archive/2011/05/27/2059670.html

linux samba安装及配置

标签:

原文地址:http://www.cnblogs.com/2013-01-28/p/5203278.html

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