Solved

You Want to Create the New User Account Tux with the Password

Question 53

Multiple Choice

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?


A) useradd -m -p "penguin" tux
B) echo penguin | useradd -m -p - tux
C) useradd -m -p "TvqBFhQWgeSho" tux
D) echo -e "penguin/penguin" | passwd tux ; useradd -m tux

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions