下面有两个链接,测试可以用
点击打开链接
点击打开链接 2
其实就是这么回事
1.
看下 服务器的这个文件:
cat /etc/samba/smb.conf
然后文件的末尾: [share] comment = Share Folder require password browseable = yes path = /home/share create mask = 0777 directory mask = 0777 force user = nobody force group = nogroup public = no writable = yes available = yes 稍稍解释: path = 就是路径,指定的文件夹呀 0777 就是权限 2.samba restart 重启samba 服务