I've made today the greatest error on my server using root user:
chown -R 33:33 /
instead of chown -R 33:33 .
within some webroot folder.
Well, this brought ssh
down. I made it this far to get it working again, so far apache
, mysql
and php
are still working, but I don't know if I ever restart them, or if the server will fail upon restarting.
Is there any "index" or package which will enable reverting these permission to the right / previous ones?
Here is the console output which help me realize and abort that operation:
Can I do anything to recover?