您的位置:首页 > 运维架构 > Linux

centos 6.5 smb

2015-09-07 09:46 344 查看
1.安装

# yum install samba samba-client samba-swat

2.查看samba的服务启动情况

# service smb status

3.启动Samba服务器

# service smb start/stop/restart

4.设置开机自启动

# chkconfig --level 35 smb on

5.修改 /etc/samba/smb.conf

[global]
security = share

[public]
comment = Public Dir
path = /share
public = yes
writable = yes

[Test]
comment = Test Directories
path = /share
browseable = yes
writeable = yes
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: