What’s Up with My Root Password Changes?

0
5
Asked By CuriousCat123 On

I recently encountered an issue where my sudo password suddenly didn't work, and I haven't used my system in a bit. I tried editing the password in grub, and it seemed like I could only change it to one letter for some reason. After that, I changed the root password and noted it down, but now it seems to have changed again. Can anyone explain what's going on?

1 Answer

Answered By TechnoWhiz88 On

It sounds like you're a bit confused about how passwords work with sudo and root. Just to clarify, `sudo` uses your user password for authentication, not a separate one. Many people don't set a root password anymore because it's safer to use `sudo` instead. So, if you're having trouble with your password, it's likely tied to your user account, not root.

LostInTech99 -

So, just to be clear, is my user password the same as the one I use to log in? Because that one doesn't work with sudo, but I can still sign into my computer.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.