I'd like to interject for a moment...

TheImpressiveX@lemmy.ml to Linux@lemmy.ml – 613 points –

Taken from the CompTIA IT Fundamentals Exam Guide book (2nd edition, published 2021). I'm not sure if they fixed this in newer versions, if at all.

118

You are viewing a single comment

So much to unpack here.

GNU is not a Linux variant. It is a set of programs and shared libraries.

ISO 9660 has nothing to do with compression. Just calling it ISO isn't a good idea for an intro class like that because it is a set of MANY standards. They should have put a little side blurb and called it ISO 9660 in the table.

tar is an archive tool. It has no compression.

Why no mention of compression algorithms algorithms vs archive tools?

Why not have different compression algorithms and their tradeoffs?

ETA: jar files are just zip files for Java libs/programs. You can open them with zip file tools.

Just calling it ISO isn’t a good idea for an intro class like that because it is a set of MANY standards. They should have put a little side blurb and called it ISO 9660 in the table.

This is the only thing here I disagree with. The table is quite clearly putting extensions on the left and intro classes do not need to know about the International Organization for Standardization.

That line implying 7zip and 7z are different formats has just been pulled out of the air too

There actually is a compression format that used .jar as an extension, a would-be successor to .arj. It’s quite archaic though, and God help you if you find one in the wild at this point.

http://www.arjsoftware.com/jar.htm

GNU is not a set of programs or libraries, it's an operating system.

GNU packages is what you are referring to. But GNU itself is the name of the OS.

It was intended to be an OS and is if you use the Hurd kernel. In practice, Hurd isn't really used, so it is just a bunch of programs and libraries. I guess it can go either way.

Agree. GNU Hurd is the OS. GNU Utils is a bunch of libre utilities that replicates the function of the UNIX utilities.

It is not "intended" to be an OS if you use GNU Hurd. That is literally the name of the operating system that launched the entire libre software movement. You don't engage with it that way because linux comms don't bother to educate their users at all.

Rms was right, "linux" users don't care about history and "linux" communties stopped giving a shit.