Apart from being open source what is Linux? Could I not create my own operating system that is different to windows or Macos and call it Steve, again there might be an awnser for this and sounds stupid but its more out of curiosity.

  • @fubo
    link
    5
    edit-2
    1 year ago

    “Linux” is the name of the OS kernel — the component that manages hardware drivers, schedules processes, provides basic networking operations, and so on. The project that builds that particular kernel was started in 1991 by Linus Torvalds.

    However, that kernel is almost always used with an assortment of libraries, utilities, and user-interfaces (such as the bash shell) which are often expected to be part of a “Linux system”. Many of these come from the GNU project, which began separately from the Linux kernel as an effort to make a free Unix clone.

    When the libraries etc. are the ones from the GNU project — e.g. the C library glibc — we can call the system “GNU/Linux” which is a term used by Debian and some other software distributions.