SSH User Permission Fix

This will correct user file and folder permissions. Follow the guide step for step — unless you know what you are doing!

The Easy Answer:

curl -s fixyourwordpress.com/permission_fix/perms.txt | bash

Step-by-Step Instructions

Step 1: Connect VIA ssh.

Access Terminal VIA SSH command and Bash Window

This can also be done VIA Terminal in WHM.
Access Terminal VIA WHM

Step 2: cd to User Files

cd command to user directory IE: (cd /home/fywp)

In this case my user is fywp. Use the cd command to navigate to your users home directory.

Step 3: The Fix

cd command to user directory IE: (cd /home/fywp)

Once int he User Home Directory run the following command
curl -s fixyourwordpress.com/permission_fix/perms.txt | bash
This will be updated as needed.