首页 > 代码库 > Share folders on remote Linux PC to your local Windows PC
Share folders on remote Linux PC to your local Windows PC
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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。