LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   is there something like local/global groups (https://www.linuxquestions.org/questions/linux-newbie-8/is-there-something-like-local-global-groups-106219/)

vavoem 10-20-2003 05:44 AM

is there something like local/global groups
 
I want to set up shares on directories (like in windows)
but how do i make security groups, put users into them and then set permissions to folders for those security groups?

thanx for the help
Maarten

:Pengy:

UltimaGuy 10-20-2003 06:38 AM

Well, this is one of the answers. Create a new group using the groupadd command. Next add the required users to that group. Next, create a directory and change its group owner to the new group(Using chmod). You can also set the files as GID files. You can set the group permissions of the files and folders in this directory to suit your needs(again use the chmod command).

An more doubts? Post them...

vavoem 10-20-2003 08:33 AM

thnx that works


All times are GMT -5. The time now is 08:58 AM.