How to change the password in ubuntu

There are two ways by which you can change your existing password:

Command Line:

Linux provides passwd utility to change the user password

1.Open terminal ( CTRL+ALT+T)
2. Type passwd
3. Enter your current password
4. Enter the new password which you want to set
5. Re-Enter the new password to confirm




GUI

1. In the Dash Home , type "System Settings" and open it


2. Click on User Accounts present in the bottom right and then click on "Unlock"



3. Type your current password to unlock and now the password tab is editable. You can modify it by clicking on the password text box.


Comments

Popular posts from this blog

bb.utils.contains yocto

make config vs oldconfig vs defconfig vs menuconfig vs savedefconfig

PR, PN and PV Variable in Yocto