- 查看系统下是否已经安装了samba
rpm -qa |grep samba - 安装samba
yum -y install samba - 配置samba
创建目录samba
mkdir -p /home/samba - 修改samba权限
chmod 777 /home/samba - 关闭防火墙
service iptables stop - 配置smb.conf
设置不需要密码访问
在 [global] 部分加入:
null passwords = yes
设置 security = share
[web]
comment = Public web
path = /home/samba
public = yes
available = yes
browseable = yes
writable = yes
guest ok = yes - 设置开机自启动
chkconfig --level 235 smb on
相关文章
- 09-28【Azure 应用服务】App Service 配置 Application Settings 访问Storage Account得到 could not be resolved: '*.f
- 09-28CloseableHttpClient方式配置代理服务器访问外网
- 09-28【Tomcat】IDEA中配置Tomcat服务器
- 09-28DHCP服务安装与配置实训操作说明
- 09-28服务器配置|EXSI软件安装、虚拟机创建和显卡配置
- 09-28购买配置服务器相关
- 09-28【手写笔记】服务器上配置环境+nginx启动+配置安全组+测试html+wget+爬虫+上传文件scp+rsync+网页+更改域名+看自己的ip+爬虫项目+asca+shell编程+
- 09-28SSH配置免密登录、两台服务器之间scp免密传输
- 09-28华为交换机配置NTP服务端/客户端
- 09-28配置chrony服务,实现服务器时间自动同步