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 68 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
- 4,918
-
-
-
- No idea other than a caps lock/num lock error. 2. It asks you what you want to set the password to.
– Chuck R May 01 '14 at 18:26
sudo
. Also, maybe you accidentally had caps lock on/num lock off? If you can answer this I have an answer ;) – Chuck R May 01 '14 at 18:08btw i've tried some sudo commands but still the same, password is incorrect
– Saf May 01 '14 at 18:17