centos7搭建smb服务
Posted 多思考
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7搭建smb服务相关的知识,希望对你有一定的参考价值。
1 yum
install
samba samba-client samba-common -y 安装smb服务
2 cp -a
/etc/samba/smb
.conf
/etc/samba/smb
.conf.bak 复制配置文件做备份
3 查看selinux状态 sestatus 命令
4 永久关闭 SeLinux,修改配置文件/etc/selinux/config, vi /etc/selinux/config,将SELINU置为disabled
5 添加系统用户 useradd zhang passwd zhang 设置密码
6 启动smb服务 systemctl start smb.service 开机自启服务 systemctl enable smb.service
7 关闭防火墙 systemctl stop firewalld 开机自动关闭systemctl disable firewalld.service
8 使用smbpasswd –a来建立Samba用户设置smb密码,不过要建立的Samba用户必须先是系统用户
9 这样就可以在window是上远程范文ilnux下的smb服务了,但是访问的是zhang 家目录下的文件夹
以上是关于centos7搭建smb服务的主要内容,如果未能解决你的问题,请参考以下文章
记录树莓派4B基于CENTOS7搭建局域网SMB(SAMBA)步骤
centos7 搭建 samba,win10访问centos7共享的文件路径