I'm having difficulty with groups and permissions.
- I have user
A
part of groupA
that manages a folderF
. - A second user
B
part of groupB
must access folderF
and its content. I added user
B
to groupA
but every timeB
tries to access folderF
gets the message saying:'Permission Denied'.
Is this the correct way to achieve that or do I need to do something more?
I'm using CentOS 6.4.
chmod 750 F
and it should be OK. – Vinz Nov 28 '13 at 13:58