Understanding Cisco Cybersecurity Fundamentals (SECFND, legacy) — Question 15
Which of the following shows giving permissions to the group owners for read and execute, giving file owner permission for read, write, and execute, and giving all others permissions for execute?
Answer options
- A. -rwx-rx-x
- B. -rx-rwx-x
- C. -rx-x-rwx
- D. -rwx-rwx-x
Correct answer: A
Explanation
The correct answer, A (-rwx-rx-x), indicates that the file owner has read, write, and execute permissions, the group has read and execute permissions, while others have execute permission. Options B, C, and D do not meet the specified permission requirements, as they either provide incorrect permissions to the groups or to others.