CentOS 7 搭建samba服务

本文档介绍了在CentOS 7系统上搭建samba服务的步骤,包括关闭selinux,开启firewall,安装samba软件包,配置samba用户权限,设定允许访问的特定目录,并确保服务在开机时自动启动。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

系统:CentOS 7
selinux:关闭
firewall:打开
参考链接
需要达到:
1、samba用户不能登录CentOS系统;
2、不允许匿名访问,需要使用指定的用户、用户名和密码;
2.1指定的samba路径:/home/data/,用户名:samba 密码:****;
3、需要可读写
开始:
yum安装samba相关的包

# yum -y install samba samba-client samba-common
# cp /etc/samba/smb.conf /etc/samba/smb.conf.bak

cat /etc/samba/smb.conf

# See smb.conf.example for a more detailed config file or
# read the smb.conf manpage.
# Run 'testparm' to verify the config is correct after
# you modified it.

[global]
        workgroup = WORKGROUP
        server string = Samba Server %v
        netbios name = Samba
        security = user
        map to guest = Bad User
        passdb backend = tdbsam

[FileShare]
        comment = User Files Share
        path = /home/data/
		valid users = smb
		write list = smb
		writeable = yes
        printable = no
		create mask = 0644
   
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值