Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam EX200 Topic 7 Question 128 Discussion

Actual exam question for RedHat's EX200 exam
Question #: 128
Topic #: 7
Create a catalog under /home named admins. Its respective group is requested to be the admin group.
The group users could read and write, while other users are not allowed to access it. The files created by users from the same group should also be the admin group.

Suggested Answer:

Answer see in the explanation.
Explanation/Reference:
# cd /home/
# mkdir admins /
# chown .admin admins/
# chmod 770 admins/
# chmod g+s admins/

by Tina at Dec 16, 2025, 10:53 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.