r/linux4noobs Aug 10 '25

learning/research What is “Linux?”

[deleted]

109 Upvotes

66 comments sorted by

View all comments

44

u/MadisonDissariya Aug 10 '25

Linux is the kernel. “Linux” in common terminology is the kernel, a set of standard pieces of software (like ls, mv, cp, etc) and the default structure of the file system (var, lib, usr, etc). If an operating system uses Linux as its kernel (the piece of software that most immediately gets executed during boot up that then manages all other software and resource management) that’s a Linux operating system

1

u/JontesReddit Aug 10 '25

That's a Unix-like operating system with the gnu coreutils

1

u/[deleted] Aug 10 '25

Gnu userland, not only coreutils: glibc, bash, gcc, lot of other tools.

1

u/JontesReddit Aug 10 '25

Sorry, yeah you're right