Multiple choice technology operating systems

What command is used to change your password?

  1. changepword

  2. pass -change

  3. passwd

  4. chpassword

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The passwd command is the standard Unix/Linux command for changing a user's password. It prompts for the old password (for security) and then the new password twice to confirm.