Skip to main content

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?

Let me explain the situation, I have 15 users which are assigned to a bunch of different groups. I gave rwx permissions to all 15 but 2 users (I simply made a group specifically for that) for a directory “bills”, but theres another subdirectory “access”, in which I need to give r-x permissions to a group of 2 users, and rwx 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, is this even possible? If so, how can I do it?

Let me explain the situation, I have 15 users which are assigned to a bunch of different groups. I gave rwx permissions to all 15 but 2 users (I simply made a group specifically for that) for a directory bills, but theres another subdirectory access, in which I need to give r-x permissions to a group of 2 users, and rwx 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, is this even possible? If so, how can I do it?

Source Link
PabloV
  • 13
  • 1
  • 3

Giving different permissions to two groups for a single directory?

Let me explain the situation, I have 15 users which are assigned to a bunch of different groups. I gave rwx permissions to all 15 but 2 users (I simply made a group specifically for that) for a directory “bills”, but theres another subdirectory “access”, in which I need to give r-x permissions to a group of 2 users, and rwx 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, is this even possible? If so, how can I do it?