nerdexam
Red_HatRed_Hat

EX200 · Question #6

EX200 Question #6: Real Exam Question with Answer & Explanation

Sign in or unlock EX200 to reveal the answer and full explanation for question #6. The question stem and answer options stay visible for context.

Submitted by tyler.j· Apr 18, 2026Manage users and groups

Question

06. Create a Collaborative Directory Create a shared directory /home/managers with the following characteristics: - The group ownership of /home/managers is sysmgrs. - The directory should be readable, writable, and executable by members of the sysmgrs group, but should not have read or write permissions for any other users (of course, the root user has access to all files and folders). - Any files created within /home/managers should automatically inherit the group ownership set to the sysmgrs group. Correct Answer: See the below explanation Explanation Explanation/Reference: Solution: [root@node1 ~]# mkdir /home/managers [root@node1 ~]# chgrp sysmgrs /home/managers [root@node1 ~]# chmod 2770 /home/managers # Verification [root@node1 ~]# ll -d /home/managers

Unlock EX200 to see the answer

You've previewed enough free EX200 questions. Unlock EX200 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#Directory permissions#Group ownership#SGID bit#Shared directories
Full EX200 PracticeBrowse All EX200 Questions