group has read permission only
other has read permission only
owner has read permission only
group has write permission only E. None of the above
Answer is Right!
Answer is Wrong!
The correct answer is: B. other has read permission only
The three permissions are:
- Owner : The user who created the file.
- Group : The group that the user belongs to.
- Other : All other users.
The permissions are:
- Read : The user can read the file.
- Write : The user can write to the file.
- Execute : The user can run the file.
In this case, the second set of permissions is r-. This means that the other users have read permission only. They cannot write
The other options are incorrect because they do not match the permissions that are given.