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

上一篇:C#判断Textbox是否为数字


下一篇:运行窗体跳转时提示未处理System.OverflowException HResult=-2146233066 Message=算术运算导致溢出。 Source=DevExpress.U