vmware虚拟机centos7安装samba服务

Posted 风吹大风车

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vmware虚拟机centos7安装samba服务相关的知识,希望对你有一定的参考价值。

1:yum安装samba和samba-client

yum -y install samba samba-client

2:设置samba用户名和密码

(本文使用用户名:root)
#touch /etc/samba/smbpasswd
#smbpasswd -a root
输入root的密码

3:修改samba的配置文件

#vi /etc/samba/smb.conf 
添加内容如下:
[root]
    comment = root
    path = /root
    browseable = yes
    writable = yes

4:测试配置文件是否正确

#testparm -v

5:设置samba开机启动

#chkconfig smb on

6:设置selinux不启动

#vim /etc/sysconfig/selinux
修enforcing改为disable
SELINUX=enforcing 改为 SELINUX=disabled

7:禁止firewall自启动

#systemctl disable firewalld.service

8:测试samba查看目录

#ifconfig 查询ip地址
根据IP地址使用\\\\ip 进行访问测试

9:smb服务管理命令

systemctl stop smb
systemctl start smb
systemctl status smb

以上是关于vmware虚拟机centos7安装samba服务的主要内容,如果未能解决你的问题,请参考以下文章

Cenos7---Samba服务器搭建

在VMware上装了centos7。启动不了虚拟机?

VMware Workstation 虚拟机中安装CentOS7

VMware虚拟机安装Centos7图文教程

VMware 下 Ubuntu samba 服务器求助,急,在线等

VMware与Centos7系统安装