I am a beginner in Linux, and this doubt came to me:
- Can a file or directory belong to more than one group?
I am a beginner in Linux, and this doubt came to me:
No, a file or directory can only belong to a group.
But it is possible to give permissions to more than one group using access control lists. Its use is described in its manpage in English .
The owner is only one, then you will give permission to groups or users to work with them.