Multiple choice technology operating systems

What command is used to change your password?

  1. pass -change

  2. changepword

  3. chpassword

  4. passwd

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

The passwd command is the standard Unix/Linux utility for changing user passwords. Options like "pass -change", "changepword", and "chpassword" do not exist as standard commands.

AI explanation

passwd is the standard Unix/Linux command used to change a user's password. The other listed options are not real system commands.