首页 > 系统服务 > 详细

linux samba安装及配置

时间:2016-02-20 15:52:31      阅读:154      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!