Performing CyberOps Using Cisco Security Technologies (CBRCOR) — Question 75
Which command does an engineer use to set read/write/execute access on a folder for everyone who reaches the resource?
Answer options
- A. chmod 666
- B. chmod 774
- C. chmod 775
- D. chmod 777
Correct answer: D
Explanation
The correct answer is D, 'chmod 777', as it allows read, write, and execute permissions for the owner, group, and others. Options A, B, and C do not provide execute permissions for all users, which is necessary for full access.