码迷,mamicode.com
首页 > Windows程序 > 详细

window共享linux下的文件 samba

时间:2014-09-13 14:33:25      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:使用   ar   文件   art   sp   on   c   linux   r   

 

 

1.在Ubuntu上安装samba服务
  sudo apt-get install samba

2.修改配置文件vim /etc/samba/smb.conf

[xubu] (共享名)
guest account = xubu (共享名)
writeable = yes
path = /home/share  (共享文件夹)

3. 添加用户
  sudo smbpasswd -a xubu  (共享名)

4. 重启samba服务
  sudo service smbd restart

5. 在Windows中可以使用访问:
  \\ubuntu地址\共享名
  例如:
  \\10.2.14.167\xubu

 

window共享linux下的文件 samba

标签:使用   ar   文件   art   sp   on   c   linux   r   

原文地址:http://www.cnblogs.com/hdu-edu/p/3969738.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!