Here is the steps for changing password in linux.
Open terminal, and then type command passwd and then type your current password, and press enter.
It will ask for new password, enter new password and then enter again to confirm that it correct.
Change another user Passwords.
Open terminal, type command passwd with username like below:-
passwd abhi
Change the user password and confirm the change.