年老记忆力下降,做了N+1遍了,还是忘。
apt-get purge samba
rm -rf /etc/samba /etc/default/sambaapt-get install sambavim /etc/samba/smb.conf
[share_name]
public = yes
browseable = yes
path = /home
guest ok = yes
read only = no
writeable = yes
create mask = 0644
directory mask = 2777systemctl restart smbd