I've just installed ubuntu 14 and setted my password but when i'm trying to install other software and ubuntu ask me to enter my password, it's always wrong even though i'm sure it's the right password. that's also happen when i logout and try to login again
Asked
Active
Viewed 73 times
1 Answers
0
Alright then. Sounds like you need to reset your password. Follow these steps and you'll be on your way!
- Reboot
- At boot menu, select "Ubuntu (recovery mode)"
- At the next menu, select "Root" using the up/down keys and hit enter.
- Run this command to mount the root filesystem as read/write (it starts off in read-only):
mount -o remount,rw / - Finally:
passwd [username](where [username] is the username of your account). reboot
Chuck R
- 5,038