I forgot my sudo password, which is always asked for when I carry out any download in terminal. So I am unable to download any software.
Though I reset in recovery mode, again it's showing 'wrong password'. Please help me to solve this.
I forgot my sudo password, which is always asked for when I carry out any download in terminal. So I am unable to download any software.
Though I reset in recovery mode, again it's showing 'wrong password'. Please help me to solve this.
Restart your computer, in grub select recovery mode
then select root
. After that mount your partition with write permissions using mount -o rw,remount /
then do passwd {username of which user you want to change password }
and reset your passwords on the users you want.