Problem Statement
In the permission string -rwxr-xr--, what does the second group (r-x) represent?
Explanation
Linux permission strings are divided into three sets — owner, group, and others.
The second triplet (r-x) shows what permissions the file’s group has. Here, they can read and execute but not write.
Practice Sets
This question appears in the following practice sets: