编辑配置文件
cd /etc/samba
在文件最后最后添加:
[share]
comment = Guest access share
path = /mnt/share
browseable = yes
read only = no
guest ok = yes
重启samba
/etc/init.d/samba4 restart
cd /etc/samba
[share]
comment = Guest access share
path = /mnt/share
browseable = yes
read only = no
guest ok = yes
/etc/init.d/samba4 restart
评论区