I was trying to download GIMP on my computer,it asked for a autheticate password! of course I didn't know it,so I wasn't going to try to type it in if it was only going to say it was wrong What should I do?
Asked
Active
Viewed 206 times
0
-
http://askubuntu.com/questions/24006/how-do-i-reset-a-lost-administrative-password – fi40 Aug 19 '13 at 19:58
1 Answers
0
Reboot your system and select Advanced options from Grub. Then select Ubuntu (recovery mode) and change password for existing user:
Run
passwd user_name
Replace
user_name
with your actual username.Type password when prompt:
Enter new UNIX password:
Retype password (it will ask so).
- Reboot and use your new password.