首页 > 其他 > 详细

Samba安装

时间:2014-03-24 12:41:46      阅读:571      评论:0      收藏:0      [点我收藏+]
1.安装:
   sudo apt-get install samba                    // (sudo get temp root auth)
   sudo apt-get install smbfs
 
2. sudo cp /etc/samba/smb.conf /etc/samba/smb.conf.bak
    sudo gedit /etc/samba/smb.conf
    添加:

# added by xichao
[xichao]
path = /home/xichao/
writeable = yes
valid users = xichao
public = no
browseable = yes

 

3. 创建smb用户

sudo smbpasswd -xichao

 

4.测试

smbclient -L \\127.0.0.1 -U xichao

Samba安装,布布扣,bubuko.com

Samba安装

原文:http://www.cnblogs.com/xichao/p/3619154.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!