»
Linux
»
Examen sur Linux
»
Examen 202 : Networking Administration
»
Section 1
»
Question 5/20
5.You issue the following command
useradd –m bobm
But the user cannot logon. What is the problem?
You need to assign a password to bobm’s account using the passwd command.
You need to create bobm’s home directory and set the appropriate permissions.
You need to edit the /etc/passwd file and assign a shell of bobm’s account.
The username must be at least five characters long.
Explanation
« Question 4
Question 6 »