I have accidently executed the following command as root:
chmod 664 .* -R
which chmods the parent directories (..) as well.
Is there any way to recover my old permissions considering I don't have a fresh backup? I didn't have any custom permission so some generic script should be OK.
chmod 664 .* -R
which chmods the parent directories (..) as well.
Is there any way to recover my old permissions considering I don't have a fresh backup? I didn't have any custom permission so some generic script should be OK.