Novell
050-720 · Question #293
You want to create the new user account tux with the password penguin (password hash: TvqBFhQWgeSho) and a default home directory. Which command can be used to create the account with the above…
The correct answer is C. useradd -m -p "TvqBFhQWgeSho" tux. See the full explanation below for the reasoning.
Question
You want to create the new user account tux with the password penguin (password hash:
TvqBFhQWgeSho) and a default home directory. Which command can be used to create the account with the above parameters?
Options
- Auseradd -m -p "penguin" tux
- Becho penguin | useradd -m -p - tux
- Cuseradd -m -p "TvqBFhQWgeSho" tux
- Decho -e "penguin\npenguin" | passwd tux ; useradd -m tux
How the community answered
(32 responses)- A6% (2)
- B9% (3)
- C72% (23)
- D13% (4)
Community Discussion
No community discussion yet for this question.