I have mistakely changed the permission of the entire etc
directory to 777
.
Now I'm getting frequent errors like ... is world writable!
Is there a way to revert back to the default permission?
Thank you in advance!
I have mistakely changed the permission of the entire etc
directory to 777
.
Now I'm getting frequent errors like ... is world writable!
Is there a way to revert back to the default permission?
Thank you in advance!
chmod 777 -R /etc
– Dipesh KC Oct 19 '14 at 16:31