Windows access to Linux shared files

  
        

When we do some projects, we often encounter such a situation, write some code under windows, need to test under Linux. Of course, you will say that we can copy it into Linux for testing, but this may not be too much trouble. We all know that there are network drives or shared folders under Windows, which can help us to share files between windows platforms. How can I share files between Windows and Linux?

Below we use samba to implement the functionality we need.

We only need to configure samba on the Linux platform. First of all. Let's take a look at the samba installed when Linux is installed.

 rpm -qa 
						
Copyright © Windows knowledge All Rights Reserved