Group permisions
by dev310per from LinuxQuestions.org on (#53HAD)
Hi. My questions are about managing multiple groups permissions of folder/file.
I have just started to learn Linux commands and the basic one is ls -l. It displays the file permissions, but, it doesn't display all the groups that have access to it. How do I do this?
Now, about the management. I can use chmod to change file permissions, but how can I choose the group that I want to change?
And finally, how to disable inheritance.
Is the only way to prevent me to change the permission in the future is to change file owner?
I know that is a warry nooby, so sorry about it, and thank you.


I have just started to learn Linux commands and the basic one is ls -l. It displays the file permissions, but, it doesn't display all the groups that have access to it. How do I do this?
Now, about the management. I can use chmod to change file permissions, but how can I choose the group that I want to change?
And finally, how to disable inheritance.
Is the only way to prevent me to change the permission in the future is to change file owner?
I know that is a warry nooby, so sorry about it, and thank you.