» Linux » Examen sur Linux » Examen 202 : Networking Administration » Section 2 » Question 12/20
12.Bob Armstrong, who has a user name of boba, calls to tell you he forgot his password. What command should you use to reset his password?
Answer: passwd boba

Explanation: The command to change a password for a user account is “password <username>”. You will then be prompted for a new password for the account. You must be a privileged user to change the password for another users account.

Reference: http://www.oreillynet.com/linux/cmd/p/passwd.html

« Question 11 Question 13 »