In some case if you lost your administrative account access on Ubuntu, you can reset it within 2 minutes. I am running Ubuntu 14.10 on Virtual Box. Follow below steps to reset password.
- 1. Restart you Ubuntu system.
- 2. On Grub loading screen press
ESC to view list. - 3. Now select “Advanced options for Ubuntu” and press enter.
4. Now select following (recovery mod) option and press enter.
5. Here you will see Recovery menu. Select “Drop to root shell prompt”.
- 6. Change password of your administrative user. For this example, I am changing password of user “root”
root@ubuntu:~# passwd root
passwd: Authentication token manipulation error passwd: password unchangedremount your file system in read/write mode using following command and try reset password again.
root@ubuntu:~# mount -o remount,rw /
No comments:
Post a Comment