Centos7安装samba方法

2026-02-12 19:37:53

1、操作系统为centos7.5

Centos7安装samba方法

2、停掉firewalld iptables selinux

Centos7安装samba方法

3、yum install samba samba-client

Centos7安装samba方法

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

Centos7安装samba方法

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.

Centos7安装samba方法

6、创建目录

mkdir -p /svn/data

Centos7安装samba方法

7、添加配置文件

Centos7安装samba方法

8、启动samba服务

systemctl enable smb

systemctl enable nmb

systemctl restart smb

systemctl restart nmb

Centos7安装samba方法

猜你喜欢