Valid EX200 Dumps shared by ExamDiscuss.com for Helping Passing EX200 Exam! ExamDiscuss.com now offer the newest EX200 exam dumps, the ExamDiscuss.com EX200 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com EX200 dumps with Test Engine here:
SIMULATION According the following requirements to create user, user group and the group members: - A group named admin. - A user named mary, and belong to admin as the secondary group. - A user named alice, and belong to admin as the secondary group. - A user named bobby, bobby's login shell should be non-interactive. Bobby not belong to admin as the secondary group. Mary, Alice, bobby users must be set "password" as the user's password.
Correct Answer:
See explanation below. Explanation/Reference: Explanation: groupadd admin useradd -G admin mary useradd -G admin alice useradd -s /sbin/nologin bobby echo "password" | passwd --stdin mary echo "password" | passwd --stdin alice echo "password" | passwd --stdin bobby