Westonci.ca offers quick and accurate answers to your questions. Join our community and get the insights you need today. Get immediate and reliable answers to your questions from a community of experienced professionals on our platform. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

when you create a user with the useradd command, what is the immediate state of it?

Sagot :

fichoh

When a user is created in Linux using the useradd command, the immediate state of the created account is locked.

  • The useradd command can be invoked in other to create a new user account using the following command

sudo useradd fast_user

#fast_user is the name of the account created

  • At this point, the account has been created but it will be locked until the required login details are set. This can be achieved using the line ;

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