this post was submitted on 21 Jan 2024
181 points (97.9% liked)

Linux

49059 readers
284 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
[–] Rustmilian@lemmy.world 26 points 1 year ago* (last edited 1 year ago) (3 children)

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

[–] LiveLM@lemmy.zip 34 points 1 year ago (1 children)

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

[–] Rustmilian@lemmy.world 3 points 1 year ago

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

[–] MonkderZweite@feddit.ch 2 points 1 year ago* (last edited 1 year ago) (1 children)

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

[–] Rustmilian@lemmy.world 2 points 1 year ago* (last edited 1 year ago) (1 children)

All archive formats do it, afaik.

[–] MonkderZweite@feddit.ch 1 points 1 year ago (1 children)

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

[–] Rustmilian@lemmy.world 2 points 1 year ago* (last edited 1 year 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.

[–] BCsven@lemmy.ca 2 points 1 year ago