In my haste to finish a project, I just issued the following commands at /root.
find . -type d -exec chmod 775 {} \;
find . -type f -exec chmod 664 {} \;
I mistakenly assumed I was in an html directory, and intended to alter permissions for a joomla update.
Because I don't fully understand all the sytax, I have to ask if I have done terrible damage? I'm fearing reinstallation will be necessary? Can someone offer a little direction?
ugh...
Thanks...