Ubuntu – Change password on root user and user account

password

If I change the password for the root user is that going to automatically change the password for the user account?

I found this link for root:

WikiHow: How to Change the Root Password in Linux

How do I change the user account password?

Best Answer

To do it using command line:

To change the root password:

sudo passwd

To change your user password:

passwd

To change other users password:

sudo passwd USERNAME

To do it GUI open the application User Accounts from the Dash and there you can change password easily for all users unless the root