Multiple choice technology programming languages

"Which group of letters are the file permissions that apply to a group in the string r--r-xrwx? "

  1. r--

  2. r -x

  3. rwx

  4. None

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In r--r-xrwx, the middle three characters (r-x) represent group permissions. The first r-- is owner (user), and the last rwx is others. Group has read and execute but not write.