How do I change file permissions on Wordpress on Mac

6,305

The options/flags should come before the mode you're trying to set. So the correct syntax is:

chmod -R 755 /Applications/MAMP/htdocs/bethel/wp-content
Share:
6,305

Related videos on Youtube

James Gacuca
Author by

James Gacuca

Updated on September 18, 2022

Comments

  • James Gacuca
    James Gacuca over 1 year

    I have reviewed the following link Chmod to allow read and write permissions for directory

    However when I run chmod 755 I get chmod: -R: No such file or directory

    This is what I tried to do chmod 755 -R /Applications/MAMP/htdocs/bethel/wp-content

    I would like to know what is missing.