PrepAway - Latest Free Exam Questions & Answers

The user: tom’s login shell should be non-interactive.

CORRECT TEXT
Add 3 users: harry, natasha, tom.
The requirements: The Additional group of the two users: harry, Natasha is the admin group. The user: tom’s
login shell should be non-interactive.

PrepAway - Latest Free Exam Questions & Answers

A.
# cat /etc/passwd

B.
# id harry;id Natasha (Show additional group)

C.
# useradd -G admin natasha

D.
# useradd -G admin harry

Explanation:
# useradd -G admin harry
# useradd -G admin natasha
# useradd -s /sbin/nologin tom
# id harry;id Natasha (Show additional group)
# cat /etc/passwd

(Show the login shell)
OR
# system-config-users


Leave a Reply