nerdexam
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)
  • A
    6% (2)
  • B
    9% (3)
  • C
    72% (23)
  • D
    13% (4)

Community Discussion

No community discussion yet for this question.

Full 050-720 Practice