0

I forgot my Ubuntu password. I followed the steps given on your sites and I almost reached the end, but then my computer said:

passwd: authentication token manipulation error

I tried to do it again many times but it comes to the same result. I cannot open my account.

Eliah Kagan
  • 117,780

1 Answers1

0

There is a Authentication Token Manipulation Error when trying to update user's password in Ubuntu because your root filesystem was mounted as read only, which prevents changing the password.

To mount it read/write, enter the command:

mount -o remount,rw /
Eliah Kagan
  • 117,780
jpezz
  • 1,120