Displaying 1 result from an estimated 1 matches for "mgmt_file".
Did you mean:
mgmt_files
2010 Sep 22
1
Changing group membership doesn't grant access when expected
...king off the
theory that we could create an OS group, change the owner of the shared
directory to a member of the OS group, change the group of the shared
directory to the OS group and then manage access by adding/removing users
from the OS group.
For example,
There's a unix group "mgmt_files". We add users to the group with "usermod
-a -G mgmt_files username".
Here's the folder permissions from "ls -ld":
ls -ld /srv/server/mgnt
drwxrwsr-x 7 kristie mgmt_files 4096 2010-08-09 15:07 /srv/server/mgnt
Now this mostly works fine except when we a...