I was changing ownership on a customers .htaccess file
Ran
chown -R user.user .*
Guess what it did. It followed the ./ up one directory and proceeded to change theownership of all customers to "user.user".
Is there a script somewhere that will change ownership back to the correct settings, or must I manually change 300 customers back by hand?
Thanks.
Ran
chown -R user.user .*
Guess what it did. It followed the ./ up one directory and proceeded to change theownership of all customers to "user.user".
Is there a script somewhere that will change ownership back to the correct settings, or must I manually change 300 customers back by hand?
Thanks.