Home > OS >  Windows system sharing Linux system Shared file permissions
Windows system sharing Linux system Shared file permissions

Time:10-15

Requirements:
In the samba share a folder,
[FileShare]
Comment=file_share
Path=/home/Shared/
Public=no
The admin users=admin
Valid users=@ admin @ shigong, @ jiegou
Browseable=yes
Write a list=admin
FileShared folder has multiple folders, respectively:
1. The folder shigong
Jurisdiction: @ admin read-write, @ shigong read-write, @ jiegou read-only
2. The folder jiegou
Jurisdiction: @ admin read-write, @ shigong read-only, @ jiegou read-write

CodePudding user response:

[FileShare]
Comment=file_share
Path=/home/Shared/
Public=no
The admin users=admin
Valid users=@ admin @ shigong, @ jiegou
Browseable=yes
Write a list=admin

According to the configuration, change not to go?

CodePudding user response:

Thank you for your provide methods, my Linux is not on the virtual machine to run, I have found some can use the method of https://www.cnblogs.com/kevingrace/p/5569993.html

CodePudding user response:

https://www.cnblogs.com/kevingrace/p/5569993.html
  • Related