Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assume that you are in the root account and you want to create a new user with the username seahawk. You also want to set
Assume that you are in the root account and you want to create a new user with the username seahawk.
You also want to set this users password to iLuvSeattle. What would happen if you typed the
command: useradd p iLuvSeattle seahawk
A The account would be created, and the password would be hashed and stored in the etcshadow file.
B The account would be created, and the password would be stored in the etcshadow file without
hashing.
C The account would not be created as the password is not hashed, which would cause an error in
useradd
D The useradd command would throw an error as the p option is invalid.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started