XK0-005 · Question #618
A systems administrator received a request to change a user's credentials. Which of the following commands will grant the request?
The correct answer is A. sudo passwd. This command will allow the systems administrator to change the password of another user account in the system. The sudo prefix will grant the administrator the necessary privileges to perform this action, and the passwd command will prompt for the new password for the specified
Question
A systems administrator received a request to change a user's credentials. Which of the following commands will grant the request?
Options
- Asudo passwd
- Bsudo userdel
- Csudo chage
- Dsudo usermod
How the community answered
(61 responses)- A92% (56)
- B2% (1)
- C5% (3)
- D2% (1)
Explanation
This command will allow the systems administrator to change the password of another user account in the system. The sudo prefix will grant the administrator the necessary privileges to perform this action, and the passwd command will prompt for the new password for the specified
Topics
Community Discussion
No community discussion yet for this question.