Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

50%
+0 −0
Q&A Confused about what "Linux" means

The term "Linux" means the kernel but is often used as shorthand for "Unix-style operating system running on Linux (the kernel)". The reason this is significant is that the kernel is by far the m...

posted 9d ago by Christa‭

Answer
#1: Initial revision by user avatar Christa‭ · 2024-06-21T19:40:45Z (9 days ago)
The term "Linux" means the kernel but is often used as shorthand for
"Unix-style operating system running on Linux (the kernel)".

The reason this is significant is that the kernel is by far the most
complex part of the OS.  Writing one is a multi-year or multi-decade
project.

Unix-style OSs (ca 1990) were typically a kernel and a bunch of small
programs that interconnected easily using kernel services (the
"userland").  Each of these programs was pretty easy to rewrite and
maintain so most of them already had free implementations available.
But it wasn't until Linus Torvalds released an initial (semi-)working
kernel that the whole thing could be used as a FOSS operating system
on PCs.

(As to the GNU/Linux thing, yes, a lot of the userland came from the
GNU project, as did the development tools.  But even in the mid-90s,
enough people were annoyed at Stallman's GNU/Linux thing that it was a
truism that everything GNU could be replaced.  Today, there are
a few GNU-less Linux distros around.)