MountWindowsthe shared folder
Environment Description:
Win7 (IP address 192.168.10.20/24) provides shared folders for Linux01 (IP address 192.168.10.10/24) to mount, and Win7 can use Xshell remote to use Zhangsan user login Linux01 System
Mount the shared files provided by the Win7 system in the LINUX01 system
Unblock guest users
Share the folder ABC in drive C to everyone
Enter secpol.msc in the command box to enter the local security policy
User rights assignment, deny access to this computer from the network, remove the guest user
Security options, local account sharing and security model, guest only
Scan shared files Smbclient-l//192.168.10.20/, found that the folder ABC is already in the shared list
Mount the shared file to the newly created directory/abc01 mount.cifs//192.168.10.20/ABC/ABC01
Go inside the directory/ABC01 to see if there are files in the Win7 system shared folder Abc01.txt
Use Xshell remote with Zhangsan user login Linux01 system in Win7 system
Create a new user in Linxu01 Zhangsan
Install the Xshell in the Win7 system, open the new connection
Successfully implemented Win7 can use Xshell to remotely use a Zhangsan user to log on to the LINUX01 system.
To mount a shared folder for Windows