User Tools

Cannot Unlock the Screen I ran into the issue of not being able to log back in after locking my screen. I would have to use the switch user option and re-login. After a quick search, here is what I found:

sudo chown root:shadow /sbin/unix_chkpwd
sudo chmod 2755 /sbin/unix_chkpwd

Run these two commands and all should be well.

You can also try these if the first two don't work:

sudo chown root:shadow /etc/shadow
sudo chmod 440 /etc/shadow

– Main.FredPettis - 12 Dec 2008

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information