In the permission string, what does the second group of three characters (r--) signify?

Choose the correct answer

Explanation

The second set of three characters in a permission string represents the group's permissions. Here, 'r--' means the group has read permission only, without write or execute rights.

In the permission string, what does the second group… — Basic of linux unix | PakQuizHub