码迷,mamicode.com
首页 > 其他好文 > 详细

创建samba服务器的步骤

时间:2018-12-27 23:10:05      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:log   lis   comment   文件的   usermod   add   grep   any   mba   

搭建samba服务器步骤:

0》  首先执行这两条命令:

iptables -F

setenforce 0

1》  yum inatall samba -y

# rpm -qa|grep samba

2》  vim /etc/samba/smb.conf  在文件的最后增加:

[company]

comment=share file

path=/company

public=yes

writable=yes

;write list=+staff

 

Security=share   表示其他用户可以任意访问

Security=user 此时需设置:

#useradd 用户名

#smbpasswd -a 用户名 #usermod -a /sbin/nologin 用户名

 然后重启服务:#service smb restart

3》  service smb restart

创建samba服务器的步骤

标签:log   lis   comment   文件的   usermod   add   grep   any   mba   

原文地址:https://www.cnblogs.com/mqkmwd/p/10187437.html

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