What’s the difference between UNIX and Linux? And what is a kernel?

956 viewsOtherTechnology

I know Linux is an operating system but I see memes and posts about people arguing whether UNIX is an operating system or a kernel and stuff like that. So what separates the two? And what exactly is a kernel?

In: Technology

16 Answers

Anonymous 0 Comments

The kernel is the bit of software that talks to the hardware. Then everything else talks to the kernel.

“Linux” is technically a kernel, and a “linux distribution” is Linux plus enough stuff to make a usable OS. Most distributions are based around the “GNU” project, which stands for “GNU’s Not Unix”. It’s a project to recreate the function and style of unix, but as it’s own thing.

“UNIX” is a family of operating systems that all (I think) originate from the same codebase, and also are certified to call themselves “Unix”. Linux and GNU neither have the same original code, nor has anyone (afaik) attempted Unix certification (if it’s even possible on such a separate code base)

Fun fact: macos is a certified Unix.

You are viewing 1 out of 16 answers, click here to view all answers.