
Answer-first summary for fast verification
Answer: read-execute
The initial permissions you can grant to the root group of an EFS file system are `read-execute`. This is because, when an Amazon EFS file system is created and the mount targets are set up, the default permission settings for the file system follow standard file system permission semantics, similar to Unix-like systems. Typically, a newly created file system provides minimal permissions to ensure security. For root, the default initial permissions do not include write access to prevent unintended modifications. The root group typically needs execute permissions to navigate directories and read permissions to list directory contents and read files, which aligns with the `read-execute` permission. This ensures that the root group can access and browse the file system without compromising the integrity of the file system by allowing write operations initially.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You create an Amazon Elastic File System (EFS) file system and mount targets for the file system in your Virtual Private Cloud (VPC). Identify the initial permissions you can grant to the group root of your file system.
A
write-execute-modify
B
read-execute
C
read-write-modify
D
read-write