Multiple choice technology programming languages How do I change my password and finger information? chpasswd passwd chpass 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.