I entered /var/www and I ran sudo find / -type d -exec chmod 755 {} ;, thinking that this will only affect folders in /var/www. This changed permissions of all system folders.
How can I restore every folder to its default permissions?
I entered /var/www and I ran sudo find / -type d -exec chmod 755 {} ;, thinking that this will only affect folders in /var/www. This changed permissions of all system folders.
How can I restore every folder to its default permissions?