1

I accidently ran chown myname /usr -R and now the login screen won't show up! I have tried various things in the root terminal, but nothing works. What can I do?

gskartwii
  • 111
  • 1
  • 1
  • 3

1 Answers1

1

open tty1 ctrl+alt+f1

Login with your username and password

Now

sudo chown root /usr

Return back to your GUI tty ctrl+alt+f7

and try to login

Maythux
  • 84,289