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.

  • @ultrasquid@lemm.ee
    link
    fedilink
    23
    edit-2
    11 months ago

    Linux is a combination of the Linux kernel (some really low level software that tells the OS how to communicate with your hardware, not something most users should worry about) and software from GNU (some Linux users call it GNU/Linux for this reason). This is then used as the base for distros, which are basically just that plus a package manager (how you install apps) and usually a desktop environment and default apps as well.

    Theoretically yes, you could create an operating system and name it Steve, but it wouldn’t be Linux unless it had the Linux kernel and GNU software.

    Edit: as others have pointed out, yes, you can technically have linux distros without GNU, but GNU-based Linux distros are by far the most popular option, so you’re highly unlikely to find a distro without GNU unless you’re hunting for one.