Oracle Solaris 11 Advanced System Administrator — Question 15

User brian changes the permissions for db_data this command:
chmod 4755 db_data
What is true?

Answer options

Correct answer: C

Explanation

The correct answer is C because the command sets the setgid bit, allowing files created within the directory to inherit group ownership, and only group members can delete it. Option A is incorrect as it misrepresents the permissions, while B incorrectly states that executing it would run with brian's permissions. Option D is false as the permissions can still be understood from the command itself, and E is incorrect since special permissions can indeed be set on directories.