Page 1 of 1

John works as a professional Ethical Hacker. He has been assigned a project to test the security of www.we-are-secure.co

Posted: Mon Aug 01, 2022 9:34 am
by answerhappygod
John works as a professional Ethical Hacker. He has been assigned a project to test the security of www.we-are-secure.com. He enters the following command on the
Linux terminal:chmod 741 secure.c
Considering the above scenario, which of the following statements are true?
Each correct answer represents a complete solution. Choose all that apply.

A. John is restricting a guest to only write or execute the secure.c file.
B. John is providing all rights to the owner of the file.
C. By the octal representation of the file access permission, John is restricting the group members to only read the secure.c file.
D. The textual representation of the file access permission of 741 will be -rwxr--rw-.