A quick How To: change the password for users accounts on Ubuntu 10.04 LTS using Terminal
change the password for the operating system from time to time, that’s keep your stuff safe.
- Instructions to make a strong password
it really important to know how to choose your password make sure you have included different letters, not a familiar word, not a birthday, not a mobile phone number, try to use capital letters, signs such as ” *-+_..” stuff like this.
Go to terminal
passwd "username" without quotes ""
will ask you for current password
then it will ask you for new password you want, make sure you remember to this instructions to make a strong password.
that’s it for now.

