Multiple choice technology programming languages

How do I change my password and finger information?

  1. chpasswd

  2. passwd

  3. chpass

  4. password

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

The 'passwd' command is the standard Unix utility for changing user passwords and related finger information. chpasswd exists but is for batch password changes by root, chpass is BSD-specific, and 'password' is not a valid command.