首页 > Windows开发 > 详细

Share folders on remote Linux PC to your local Windows PC

时间:2015-01-08 10:52:45      阅读:288      评论:0      收藏:0      [点我收藏+]

With samba on Linux PC already installed

 

On Linux PC:

1. vi /etc/samba/smb.conf

add the following text in the end,  NOTE, there are  SPACEs before those options.

[192.168.0.27.home]
         comment = Linux Server 192.168.0.27 home
         path = /home/xxxxx/
         writeable = yes
;       browseable = yes
         create mask = 0777
         directory mask = 0777
         guest ok = yes
         force user = xxxxx

2. restart services

    service smbd restart

    service nmbd restart

 

3. on Windows PC

   \\192.168.0.27 to access that Linux PC

 

Done.

Share folders on remote Linux PC to your local Windows PC

原文:http://www.cnblogs.com/lake-of-embedded-system/p/4210212.html

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