I'm having difficulty with groups and permissions.
- I have user
Apart of groupAthat manages a folderF. - A second user
Bpart of groupBmust access folderFand its content. I added user
Bto groupAbut every timeBtries to access folderFgets 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 Fand it should be OK. – Vinz Nov 28 '13 at 13:58