Sudo: 3 Wrong Password Attempts Error

screenshot of terminal when using sudo

I get this error whenever I use sudo on the terminal, because of which I cannot edit any file (permission problems), and in addition, I cannot update my system. Is there any specific solution without reinstalling the system?

+4
source share
1 answer

Since you seem to be able to log in, it looks like sudo itself was hacked. You will need a root password to clear the mess, otherwise all you can do is reinstall. Once you log in as the root user, here's what you need to try:

  • sudo strace LD_DEBUG. , ​​ - . , , .

  • sudo (/etc/sudoers man sudo). , .

0

All Articles