终于等到Ubuntu 10.04正式发布了,迫不及待地第一时间下载下来升级。可是当配置lamp server的时候在root密码上面遇到了问题,然后尝试了几次常用的密码登录都失败了。重装肯定可以解决问题,可是我记得安装ubuntu的时候就没有提示设置root密码,或许是我心不在焉没看到。所以重置密码是最好的选择。下面是我用的重置方法,分享下,也防止以后自己再次用到,记录下:
There are many reasons you might want to reset a password:
- Someone gave you a computer with Ubuntu installed on it but not the password for the user account.
- You just installed Ubuntu and forgot what password you selected during the installation process.
- You have too many passwords in your life and can’t keep track of them all.
Well, this tutorial will help you reset your Ubuntu user account password, regardless of what reason you have for resetting it.First, you have to reboot into recovery mode.
If you have a single-boot (Ubuntu is the only operating system on your computer), to get the boot menu to show, you have to hold down the Shift key during bootup.
If you have a dual-boot (Ubuntu is installed next to Windows, another Linux operating system, or Mac OS X; and you choose at boot time which operating system to boot into), the boot menu should appear without the need to hold down the Shift key.
For older versions of Ubuntu (9.04 and 8.04), you can press the Escape key during bootup in order to see the boot menu.
From the boot menu, select recovery mode, which is usually the second boot option.
After you select recovery mode and wait for all the boot-up processes to finish, you’ll be presented with a few options. In this case, you want the Drop to root shell prompt option so press the Down arrow to get to that option, and then press Enter to select it.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 /homeThat’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 Susan Brownmiller’s password.To reset the password, type
passwd usernamewhere username is the username you want to reset. In this case, I want to reset Linda’s password, so I type
passwd susanYou’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.
After you get back to the recovery menu, select resume normal boot, and use Ubuntu as you normally would—only this time, you actually know the password!




