Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recursive parent directory creation only applies mode/opts to leaf directory #34

Open
elliot42 opened this issue Jul 14, 2014 · 0 comments

Comments

@elliot42
Copy link
Member

If you tell mcv.file.mkdir to create:

  • /opt/foo/bar/baz

And it has to create foo, bar, and baz, it'll only apply the given options (mode, owner, group, etc) to baz, and not to foo and bar. Expect that it would apply to all those created, or have some more sophisticated pathing tree (e.g. through treant) that would specify the perms of each level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant