LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   help with permissions without using ACLs (https://www.linuxquestions.org/questions/linux-newbie-8/help-with-permissions-without-using-acls-619981/)

ehco2121 02-09-2008 05:27 PM

help with permissions without using ACLs
 
hey, im pretty new to linux and this is my problem

i have a directory called test and two groups called teachers and students.

the teachers group has to have read write and execute permissions for the directory test, while the group students can only have read access

and i cant use ACLs to make this happen so if anyone has any links or any information on how to accomplish this it would be greatly appreciated

Thank you =]

Dinithion 02-09-2008 06:07 PM

Well, in short. If you can't use ACL, then you don't ;)
In this scenario there will be a compromise. Either others get +r (And everybody can list the folder, including students), or others wont get +r, and no one can list the folder (Except from owner, teachers and root).


All times are GMT -5. The time now is 11:55 PM.