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:

Verified
Correct Answer:
Verified
Q48: You wonder which installed RPM package the
Q49: What does the command lvscan do?<br>A) Displays
Q50: You want to view the status (locked,
Q51: You have a /tmp/data directory containing the
Q52: What are valid systemd unit types? (Choose
Q54: Which vi command replaces every appearance of
Q55: Next to SLES and SLED, which of
Q56: What is the command mkinitrd is used
Q57: Which group name or group ID is
Q58: Where is the software package documentation located?<br>A)