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?
Asked
Active
Viewed 111 times
1 Answers
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
ls -l /usr
– Maythux Mar 07 '14 at 07:29