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.

This can also be done VIA Terminal in WHM.
Step 2: cd
to User Files

In this case my user is fywp
. Use the cd command to navigate to your users home directory.
Step 3: The Fix

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.