Re: [newbie] Permissions in a network

2004-10-07 Thread Miark
On Thu, 7 Oct 2004 11:57:38 -0400, Bill wrote: > Yes, you can do this. Make a unix group for these users. > As root: > > groupadd staff > > Now add users to this group. There may be a GUI way to do this... userdrake is your friend. Miark

RE: [newbie] Permissions in a network

2004-10-07 Thread Bill Shirley
Yes, you can do this. Make a unix group for these users. As root: groupadd staff Now add users to this group. There may be a GUI way to do this but I would just edit /etc/group and add the users' name to the staff group. Now make the directory: mkdir -m 2770 /home/staff /home/staff/sharedfile