Context
I have a file I want some people to share with me. There are 3 groups involved.
We are 6 people : Emily, Sandy, Beatrice, Josh, Antoine and me, Alain.
Group1 : Alain,Josh
Group2 : Sandy, Emily
Group3 : Antoine, Beatrice.
There is one file to access : theFile.txt
Here are the permissions:
1) Group1 : read write execute.
2) Group2 : read execute
3) Group3 : read write
Question
How could I achieve this with no file copy (need to be in sync && imagine if we do that on multiple directories and files).
I don't figure out how i can achieve this.