Recursive change of file permissions on Debian About WordPress September 16, 2023December 18, 2023 About WordPress About WordPress Recursive change of file permissions We go to the directory for which we want to change permissions (np public_html) and then enter: For files: find . -type f -exec chmod 644 {} \; For catalogues: find . -type d -exec chmod 755 {} \; How useful this post was? How useful this post was, to evaluate it! How useful this post was How useful this post was 5 / 5. How useful this post was: 5 How useful this post was! How useful this post was. How useful this post was:We give read / write permissions by issuing a command: We give read / write permissions by issuing a command. This incident will be reportedInstalling the Debian OpenVPN server 11Installing Google Chrome Debian 11Polish language in the Debian console 11Checking disk speed with the DD command
chmod -R …