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

https://lemmy.ml/post/4313811

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

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.

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?

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.