Logo
Welcome
Login  Sign up
Home Solutions Forums
Login or Signup to submit a new ticket
Check ticket status
Solution home Web Hosting Plesk (Linux)

Wordpress Permissions + Commands Linux Print

Modified on: Sat, 24 Nov, 2018 at 11:51 PM


Please see the following links before reading on to ensure you understand the commands:

http://codex.wordpress.org/Hardening_WordPress
http://codex.wordpress.org/Changing_File_Permissions


You can run these commands from the root of your website via SSH to change the file permissions to the Wordpress recommended ones:

find . -type f -exec chmod 644 {} +
find . -type d -exec chmod 755 {} +



Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.

Related Articles

    Home Solutions Forums
    Article views count