标签:samba
yum -y install samba
/etc/init.d/smb start (service smb start)
chkconfig --level 35 smb on
testparm /etc/samba/smb.conf #检测配置文件
配置文件:/etc/samba/smb.conf
Standalone Server Options
密码设置:
smbpasswd -a 用户
create mode
directory mode
标签:samba
原文地址:http://richchen1979.blog.51cto.com/8779901/1420168