码迷,mamicode.com
首页 > 系统相关 > 详细

samba on ubuntu

时间:2017-09-29 17:55:16      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:pass   restart   tar   文件   emctl   logs   system   sam   log   

给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

标签:pass   restart   tar   文件   emctl   logs   system   sam   log   

原文地址:http://www.cnblogs.com/zhuangliu/p/7611857.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!