IDNLearn.com is the place where your questions are met with thoughtful and precise answers. Join our knowledgeable community and get detailed, reliable answers to all your questions.
When a user is created in Linux using the useradd command, the immediate state of the created account is locked.
sudo useradd fast_user
#fast_user is the name of the account created
sudo passwd fast_user
Therefore, an account created using the useradd command is in a locked state.
Learn more :https://brainly.com/question/12135504?referrer=searchResults