CentOS - How to Change Linux Password

Both Linux and UNIX use the passwd command to change user password. The passwd is used to update a user’s authentication token (password) stored in shadow file.

How?
Use this command to change your password:
passwd

To Change Password for Other Account
Use the same command and add username
passwd michael

Comments