samba on ubuntu
Posted zhuango
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了samba on ubuntu相关的知识,希望对你有一定的参考价值。
给samba用户 laboratory 设置共享文件夹:
首先,在/etc/samba/smb.conf 文件的最后添加如下内容:
[laboratory] workgroup = laboratory security = laboratory netbios name = laboratory comment = laboratory home path = /home/laboratory browsable = yes writeable = yes read only = no
然后,设置samba用户的密码
smbpasswd -a laboratory
最后,重启samba服务
sudo systemctl restart smbd.service
以上是关于samba on ubuntu的主要内容,如果未能解决你的问题,请参考以下文章