How To Change User Password In Ubuntu
January 4, 2018
http://askubuntu.com/questions/423942/change-password-on-root-user-and-user-accountTo change the root password, login as root, then do:
$ sudo passwdenter your current password, then the new password and confirm.more:To change your user password:$ passwdTo change other users password:$ sudo passwd USERNAME
Posted in Tutorials