CORRECT TEXT

CORRECT TEXT

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.

Answer: 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

Latest EX200 Dumps Valid Version with 111 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments