0

Im having a problem entering my password in the login, every time i login its says thats wrong. Can I change it via recovery console?

Ciro
  • 141

1 Answers1

1

To change the password of a given user, just use the passwd command. For example, if I wanted to change the password of admin, I would use this command:

sudo passwd admin

I hope I helped :)

Dev
  • 692