Friday, 23 August 2013

Just change all files to writable from root , how to reverse this?

Just change all files to writable from root , how to reverse this?

I accidentally did this:
chmod -R 777 /
I suppose to do this:
chmod -R 777 ./
I feel really bad now. How can I reverse this??

No comments:

Post a Comment