Let me explain the situation, I have 15 users which are assigned to a bunch of different groups. I gave rwxrwx permissions to all 15 but 2 users (I simply made a group specifically for that) for a directory “bills”bills, but theres another subdirectory “access”access, in which I need to give r-xr-x permissions to a group of 2 users, and rwxrwx permissions to another group made up of 2 users as well. I will also need to do the same thing on different directories later on. So
So, is this even possible? If so, how can I do it?