Multiple choice

What command do you use to change the password

  1. pwd

  2. apt-get

  3. mv

  4. passwd

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

The passwd command is the standard utility for changing user account passwords in Linux. pwd displays the current directory, and mv is for moving files.