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

Do we need chown, chgrp, and chmod steps? #480

Open
ndw opened this issue Sep 1, 2021 · 2 comments
Open

Do we need chown, chgrp, and chmod steps? #480

ndw opened this issue Sep 1, 2021 · 2 comments

Comments

@ndw
Copy link
Collaborator

ndw commented Sep 1, 2021

I'm not even sure how portable they would be, though Java NIO Paths seem to have something that looks like cross-platform support.

@gimsieke
Copy link
Contributor

gimsieke commented Sep 7, 2021

It’s not that urgent, but surely nice to have as optional steps. Support on different operating systems can be implementation-defined. A cursory research hasn’t given me a definitive answer whether, for instance, setPosixFilePermissions() is available on Windows (although Windows NT claimed to be POSIX-compliant, didn’t they?). So there might be some case switching necessary.

@xatapult
Copy link
Contributor

Maybe we should make this a V.next issue? I would be in favor of that.

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

No branches or pull requests

3 participants