File pemissions from windows to linux
by satishramudri from LinuxQuestions.org on (#6EZTZ)
Hi,
I have windows file server, i have stored all project data in windows server only, and also i have windows client systems (win 10). and i have windows active dirctory for centralized user management and group policy management.
now i'm trying to add a linux system (centos/rocky/ubuntu). to the existing windows domain and mounted the share folder using /etc/fstab,
so now im getting full permissions for all users, who are logged into the linux as domin user.
my question is how to control the file permissions for that linux system. how can i restrict the users to access file as per windows file server permissions
for example
a --------- from this folder administrators have full permissions and remaining only read
aa --------- from this folder manager level have full permissions and remaining only read
aaaa --------- from this folder team leads have full permissions and remaining only read
aaaaaa --------- from this folder seniors have full permissions and remaining only read
aaaaaaa ---------- for this all have full permssions
the above folder strcture havaing inheritency
Please suggest me how to achive my goal
I have windows file server, i have stored all project data in windows server only, and also i have windows client systems (win 10). and i have windows active dirctory for centralized user management and group policy management.
now i'm trying to add a linux system (centos/rocky/ubuntu). to the existing windows domain and mounted the share folder using /etc/fstab,
so now im getting full permissions for all users, who are logged into the linux as domin user.
my question is how to control the file permissions for that linux system. how can i restrict the users to access file as per windows file server permissions
for example
a --------- from this folder administrators have full permissions and remaining only read
aa --------- from this folder manager level have full permissions and remaining only read
aaaa --------- from this folder team leads have full permissions and remaining only read
aaaaaa --------- from this folder seniors have full permissions and remaining only read
aaaaaaa ---------- for this all have full permssions
the above folder strcture havaing inheritency
Please suggest me how to achive my goal