Multiple choice technology operating systems What command is used to change your password? pass -change changepword chpassword 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 AI 1 passwd is the standard Unix/Linux command used to change a user's password. The other listed options are not real system commands. Thanks Wrong explanation