linux之samba服务
时间:2014-06-01 16:30:35
收藏:0
阅读:293
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
评论(0)