标签:rest table systemctl comm sudo com add smb.conf apt
ubuntu1604 安装samba
sudo apt-get install samba
更改/etc/samba/smb.conf
添加
[share]
comment = share
path = /home/zm
writable = yes
valid users = zm
添加samba用户
sudo adduser zm
重启服务
sudo systemctl restart smbd
标签:rest table systemctl comm sudo com add smb.conf apt
原文地址:https://www.cnblogs.com/mingzhang/p/9527188.html