1. 
   ### Step 1: Access cPanel

   Log in to your cPanel account.\
   In the main dashboard, locate and click on the "Terminal" option.

   \
   ![](https://support2.scriptcase.net/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBb2hSIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--54db6c0ba5442196cab1825f7088690e81fa6333/Screenshot%202024-11-27%20113846.png)

### Step 2: Run the Command to Adjust Permissions

### Copy and paste the following command into the Terminal:

1. 
   ```
   find /home/$(whoami)/public_html -type d -exec chmod 755 {} \; && \
   find /home/$(whoami)/public_html -type f -exec chmod 644 {} \; && \
   find /home/$(whoami)/public_html -type f -name wkhtmltopdf* -exec chmod 755 {} \; && \
   find /home/$(whoami)/public_html -type f -name zendid* -exec chmod 755 {} \; && \
   find /home/$(whoami)/public_html -type f -name phantomjs* -exec chmod 755 {} \;
   ```

2. Press **Enter** to execute the command.

   \
   ![](https://support2.scriptcase.net/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBb2xSIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--939a0ecf99a6bed5664204214a474a48314427cd/image%20-%202026-07-13T072133.792.png)

**Conclusion****:**

### Done! The permissions for the `public_html` folder have been successfully organized. If you encounter any issues or have questions, contact technical support.


