this post was submitted on 16 Sep 2025
128 points (97.8% liked)

Linux

58317 readers
1375 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 6 years ago
MODERATORS
 

That was a "fun" debugging session...

you are viewing a single comment's thread
view the rest of the comments
[–] frongt@lemmy.zip 20 points 4 days ago (3 children)

I've never heard of an archiving program that didn't.

[–] slock@lemmy.world 11 points 3 days ago (1 children)

IIRC zip can, but doesn't by default. Source : wasted 8 hours trying to figure out why something didn't work anymore (had to switch from tar to zip because stupid security system wouldn't let me transfer the tar file)

[–] Zykino@programming.dev 7 points 3 days ago* (last edited 3 days ago) (1 children)
tar -czf <folder>
mv folder.{tar.gz,zip}
[–] InnerScientist@lemmy.world 4 points 3 days ago

Just use archive.pdf

[–] lorty@lemmy.ml 3 points 3 days ago (1 children)

I thought that, since users would be different between machines, there's no point in keeping this kind of information.

[–] TankieTanuki@hexbear.net 6 points 3 days ago

You can sync user and daemon UIDs across machines with LDAP and SSSD.

And even if you don't do that, keeping the information is useful when restoring to the same machine

[–] ReversalHatchery@beehaw.org 1 points 3 days ago

mostly anything on windows