您好,登录后才能下订单哦!
密码登录
登录注册
点击 登录注册 即表示同意《亿速云用户服务条款》
yum install -y samba*
cp /etc/samba/smb.conf /etc/samba/smb.conf.bak
vim /etc/samba/smb.conf
//修改配置文件smb.conf的内容为下述内容
[global]
log file = /var/log/samba/log.%m
max log size = 50
security = user
map to guest = Bad User
[sambadir]
path=/home/
readonly=yes
browseable=yes
writable = yes
guest ok=yes
vim /etc/security/limits.conf
//文件末尾需要添加如下内容
* soft nofile 65535
* hard nofile 65535
//修改该文件后,需要reboot,这里暂不reboot,后面关闭防火墙后也需要reboot
vim /etc/selinux/config #永久关闭selinux
set SELINUX=disabled #SELINUX=enforcing改为SELINUX=disabled
//关闭firewall
systemctl stop firewalld
systemctl disable firewalld
//这里需要reboot才能生效
systemctl restart smb #重启
systemctl enable smb #修改为开机启动
systemctl status smb #查看状态
//管理员权限进入cmd
//开启SMBv1
sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
sc.exe config mrxsmb10 start= auto
//关闭SMBv2 and SMBv3
sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc.exe config mrxsmb20 start= disabled
(需要重启win10)
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。