Skip to content

Core Download Permissions #1753

@robertjw1

Description

@robertjw1

I really love wp-cli, but I have noticed that every time I do a core download the permissions are wrong and the new installation won't run - Apache gives errors

I typically run this to fix the permissions
find . -type d -exec chmod 755 {} ; # Change directory permissions rwxr-xr-x
find . -type f -exec chmod 644 {} ; # Change file permissions rw-r--r--

Not sure if this is a bug or if I'm missing something, but thought I would share. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions