If you have shell access to your server, then which of the following commands can you use to change the file permissions for files recursively?

QuestionsCategory: Fiverr Wordpress 5.1If you have shell access to your server, then which of the following commands can you use to change the file permissions for files recursively?
digitalzoneservices Staff asked 2 weeks ago
  • find /path/to/your/wordpress/install/ -type d-exec chmod 777 ( \;
  • find /path/to/your/wordpress/install/-type f -exec chmod 755 {}\;
  • locate /path/to/your/wordpress/install/-type f-exec chmod 6440\;
  • find /path/to/your/wordpress/install/ -type f -exec chmod 644 [\;