this post was submitted on 21 Jan 2024
173 points (97.8% liked)

Linux

46794 readers
1135 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 24 points 7 months ago (2 children)

So doesn't the user have to add +x to run this?

[–] [email protected] 26 points 7 months ago* (last edited 7 months ago) (3 children)

No because the zip archive retains permissions of the contained files.

[–] [email protected] 34 points 7 months ago (1 children)

Hm, maybe there should be an option to always disable the executable permission when extracting

[–] [email protected] 3 points 7 months ago

That's perhaps possible, but likely would have to be implemented in each achieving tools individually.

[–] [email protected] 2 points 7 months ago* (last edited 7 months ago) (1 children)

Zip too? I thought only on Windows, while tar retains unix permissions.

[–] [email protected] 2 points 7 months ago* (last edited 7 months ago) (1 children)

All archive formats do it, afaik.

[–] [email protected] 1 points 7 months ago (1 children)

But i'm sure there was an issue somewhile ago, because zip only preserves Windows permissions...

[–] [email protected] 2 points 7 months ago* (last edited 7 months ago)

There's a bunch of zip implementations(Info-Zip, Gzip, 7-Zip, PKZip, Pigz, etc.), so perhaps an older version of one of the implementations didn't support preserving the Linux executable permission in the past.

[–] [email protected] 2 points 7 months ago
[–] [email protected] 24 points 7 months ago (1 children)

It never occurred to me before reading this comment that there actually is a use case for the execute permission. To me it was always just this annoying thing I have to do whenever I download an executable which I didn't have to do on Windows.

[–] [email protected] 11 points 7 months ago

Fun fact, Windows has the same permission it just defaults to enabled.