Reset file and folder permissions cPanel
|
04-05-2018, 08:27 AM
Post: #1
|
|||
|
|||
Reset file and folder permissions cPanel
In order to reset a cPanel account's file and folder permissions in public_html via SSH, first cd into the public_html directory:
Quote:cd /home/account/public_html then reset the directories within that folder to 755: Quote:find . -type d -exec chmod 755 {} \; then reset the files within that folder to 644 Quote:find . -type f -exec chmod 644 {} \; |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)