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)
標題名稱:centos7搭建samba,win10訪問centos7共享的文件路徑
文章地址:http://vcdvsql.cn/article34/peipse.html
成都網站建設公司_創新互聯,為您提供網站設計、做網站、微信公眾號、Google、手機網站建設、用戶體驗
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯