Centos7安装samba方法
1、操作系统为centos7.5

2、停掉firewalld iptables selinux

3、yum install samba samba-client

4、输入y并回车继续安装

5、添加samba用户并设置密码
[root@vm-122-230 ~]# useradd sambauser
You have new mail in /var/spool/mail/root
[root@vm-122-230 ~]# smbpasswd sambauser -a
New SMB password:
Retype new SMB password:
Added user sambauser.

6、创建目录
mkdir -p /svn/data

7、添加配置文件

8、启动samba服务
systemctl enable smb
systemctl enable nmb
systemctl restart smb
systemctl restart nmb

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
阅读量:64
阅读量:131
阅读量:29
阅读量:70
阅读量:83