» Linux » Examen sur Linux » Examen 202 : Networking Administration » Section 2 » Question 11/20
11.You create a new user by adding the following line to the /etc/passwd file

bobm::501:501:Bob Morris:/home/bobm:/bin/bash

You then create the user’s home directory and use the passwd command to set his password. However, the user calls you and says that he cannot log on. What is the problem?

The user did not change his password.
bobm does not have permission to /home/bobm.
The user did not type his username in all caps.
You cannot leave the password field blank when creating a new user.

Explanation

« Question 10 Question 12 »