Jump to content

Recursive Write Permissions On Files And Folders


Recommended Posts

Try

 

chmod -R 755 ~/config

 

Maybe you need super user rights:

sudo chmod -R 755 ~/config

(It will then ask for your password)

 

I believe 644 should be enough, so try that first, otherwise 755. If nothing else works, use 777. More open to security threads, though...

 

My 2 cents

Link to comment
Share on other sites

if you type

cd ~

and then

ls -l

 

do you see your 'config' folder etc?

if so, try one more time:

chmod -R 777 config

 

and see if this solved the permissions for the config folder (the rest will still be red for now)

 

If this worked, do similar action for the rest of the red crosses:

chmod -R 777 cache

etc...

 

Please let me know the result.

 

N.B. I see another red cross all the way at the end of your image. Did you fix that problem already? If not, please show a clear image of that part...

 

P.S. I use mamp locally and that seems to work ok...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...