Apologies if this is the incorrect forum.
I am looking for a solution to a problem as follows:
We have protected information on our system with global read/execute access (555) owned by a user in group A, allowing users in groups A,B,C etc. access. This system has worked effectively for many years.
I would now however like to add a new group to the network, group X where group X will not be able to read/execute according to the file permissions. Please can you suggest a solution?
My initial thoughts were to modify each user's cd command but \cd will overcome that hurdle, additionally this will not affect the GUI environment.
Edit: I have been reading about ACLs and I have touched on them in the past. As all of the data is on a separate partition I could activate ACL for the partition e.g.
LABEL=/home /home ext3 rw,acl 1 2
and then modify ACL permissions at the highest level. Will this then bypass the original global permission? Is this a viable option?
Thanks.