|
Just Beginning
Introduction Read this first before you try Ubuntu*
Which Ubuntu to pick?
Ubuntu inside Windows
Install Software
Security in Ubuntu
Where's the Terminal? Next Steps Beyond the Basics Playing Around Troubleshooting * Off-site link |
How to reset your password in UbuntuThere are many reasons you might want to reset a password:
First, you have to reboot into recovery mode.
The root account is the ultimate administrator and can do anything to the Ubuntu installation (including erase it), so please be careful with what commands you enter in the root terminal. Once you're at the root shell prompt, if you have forgotten your username as well, type ls /home That's a lowercase L, by the
way, not a capital i, in ls. You should then see a list
of the users on your Ubuntu installation. In this case, I'm going to
reset Linda Williams's password.
To reset the password, type passwd
username where username is the username you want
to reset. In this case, I want to reset Linda's password, so I type
passwd linda
You'll then be prompted for a new password. When you type the password you will get no visual response acknowledging your typing. Your password is still being accepted. Just type the password and hit Enter when you're done. You'll be prompted to retype the password. Do so and hit Enter again. Now the password should be reset. Type exit to return to the recovery menu.
Note:
|
|
If you have suggestions or corrections for these tutorials, please post in this Ubuntu Forums thread or leave a comment on my blog. |
|