分类: 系统运维
2015-08-13 10:41:58
安装samba
[root@super63 ~]# rpm -ivh
/mnt/Packages/samba-3.6.9-164.el6.x86_64.rpm
编辑配置文件:
[root@super63 ~]# vim /etc/samba/smb.conf
security = share
[share]
comment = Public Stuff
path = /share
public = yes
writable = yes
printable = no
write list = +staff
[root@super63 ~]# mkdir /share
[root@super63 share]# /etc/init.d/smb
reload
[root@super63 share]# chmod 777 /share/
这样就成功啦。