Multiple choice technology

What is the command to change the password?

  1. pwd

  2. passwd

  3. password

  4. changepwd

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

The 'passwd' command is the standard Unix/Linux command to change a user's password. The 'pwd' command displays the present working directory, while 'password' and 'changepwd' are not valid Unix commands.