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.

  • spauldo
    link
    fedilink
    English
    arrow-up
    8
    ·
    10 months ago

    GNU is a project whose goal is to create a free operating system.

    Way back in the dark ages when commercial UNIX was relevant, it was common to install various GNU utilities to get a better user experience or get things like a C compiler without having to pay tons of money for it.

    The kernel part of the project didn’t work out, so the de facto purpose of the GNU project morphed into creating better utilities and libraries for other operating systems.

    When the Linux kernel came around, the GNU software was the base of system. That’s why RMS insists on the GNU/Linux thing.

    Things like the window system and desktop environment aren’t really considered part of the OS by folks like RMS (and me, for that matter). It’s probably an age thing - used to be there was a “core” system and various add-ons. The core system is the OS in our world view.