Red_Hat
EX200 · Question #4
04. Create User Accounts Create the following user accounts, ensuring the checkboxes are enabled: - Group named sysmgrs - User natasha, belonging to the sysmgrs group as a secondary group - User harry
Sign in or unlock EX200 to reveal the answer and full explanation for question #4. The question stem and answer options stay visible for context.
Submitted by joshua94· Apr 18, 2026Manage Users and Groups
Question
- Create User Accounts Create the following user accounts, ensuring the checkboxes are enabled: - Group named sysmgrs - User natasha, belonging to the sysmgrs group as a secondary group - User harry, belonging to the sysmgrs group as a secondary group - User sarah, with no access to interactive shell on the system and not a member of sysmgrs - Passwords for natasha, harry, and sarah should all be "flectrag". Correct Answer: See the below explanation Explanation Explanation/Reference: Solution: [root@node1 ~]# groupadd sysmgrs [root@node1 ~]# useradd -G sysmgrs natasha [root@node1 ~]# useradd -G sysmgrs harry [root@node1 ~]# useradd -s /bin/false sarah [root@node1 ~]# echo tianyun |passwd --stdin natasha [root@node1 ~]# echo tianyun |passwd --stdin harry [root@node1 ~]# echo tianyun |passwd --stdin sarah
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
#User creation#Group creation#User shell#Password setting