Preservation of file permissions (*nix) #742
STaylor135
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
hey, that doesn't seem to be possible. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry, this is kind of a bug report / feature request.
I set up a server and had a buddy send me an app, but they went to the application folder on MacOS, select the .app "file," the site correctly detected that it's actually a directory and zipped it, then sent it.
The problem is that the *nix file permissions aren't saved so inside that directory will be a file that needs to be executed but when placed on a new system, you'll discover that the binary doesn't have the executable permission. All you get is a generic error that it can't be ran.
Beta Was this translation helpful? Give feedback.
All reactions