红联Linux门户
Linux帮助

samba配置

发布时间:2010-12-20 13:26:11来源:红联作者:guchangan
求助 samba配置方法
文章评论

共有 3 条评论

  1. lengyueyouhen 于 2010-12-25 22:43:33发表:

    samba服务器

    vi /etc/hosts
    修改主机名和别名
    127.0.0.1 h3c.com h3c
    vi /etc/sysconfig/network
    修改hostname = h3c.com

    hostname h3c.com

    service network restart
    smb
    yum install -y samba*
    vi /etc/samba/smb.conf
    编辑将[global]下的workgroup = h3c.com
    [standatone service options]下的security = share
    [share definitions]
    [file]
    comment = 说明文字
    path = /file
    writable = yes
    public = yes
    service smb restart
    我自己配的在rhel5.4里面配置的不知道能不能帮上忙

  2. leonn 于 2010-12-24 17:30:54发表:

    哈哈 百度知道

  3. xlotz 于 2010-12-21 11:01:16发表:

    百度 google