1) 首先确认是否在 smb.conf 文件 设置写属性
[samba]
comment = samba share dir
path = /home/samba
public = yes
read only = no
writable = yes /*写属性*/
browseable = yes
2) 设置 path路径为读写属性
chmod 666 /home/samba
3) 编辑/etc/selinux/config
将 SELINUX=enforcing 改成 SELINUX=disabled
tips:
如果以上三道程序都已设置好还不成功,请另想办法 。