I was in a rush and accidently did "sudo chmod -R 777/". As you can imagine, everything is broken. I can't access sudo either. Is there a solution to this, or will I have to do a clean install?
Asked
Active
Viewed 407 times
chmod 777 /
wouldn't break anything. Did you dochmod -R 777 /
? – muru May 11 '16 at 20:10