Welcome Guest, Not a member yet? Register   Sign In
question about directory permissions
#3

(03-20-2018, 01:41 PM)danielcr_2018 Wrote: In Code Igniter all the directories have 700 permissions. To make my applications work I have to change the permissions to 755 on all directories. Why is the code igniter release configured with these permissions?

The release can't be "configured" with any permissions, because it is driven by git, and git only cares about the executable flag (the difference between 6/7 or 4/5) - no other permissions can be tracked at all.

It is possible that GitHub sets the permissions inside the archives it generates from our tags, but:

1) As far as I know it doesn't do that, and should have no reason to.
2) We can't control that process, so nothing to do about it.

It's also possible that your own OS is configured to do that for newly downloaded/extracted files of outside origin.
Reply


Messages In This Thread
RE: question about directory permissions - by Narf - 03-20-2018, 06:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB