Recursive change permissions for files
Recursive change permissions for files
Go to the directory where you have to change permissions (np public_html) and then enter:
for files:
1 | find . -type f -exec chmod 644 {} \; |
for directories:
1 | find . -type d -exec chmod 755 {} \; |
Related entries:
Installing Nginx in Ubuntu 20.04 LTS
Convert Video to Audio files in Ubuntu 20.04
gThumb Installation in Ubuntu 20.04
Installation karnel 5.6 Ubuntu and Linux Mint
ack -l DB_NAME
wp-config.php
wp-admin/setup-config.php
wp-config-sample.php
wp-content/plugins/litespeed-cache/src/db-optm.cls.php
wp-content/plugins/newsletter/system/status.php
wp-includes/load.php
wp-includes/ms-load.php





