Linux Fundamentals: Kernel, Free Software, and Ecosystem
Classified in Computers
Written on in
English with a size of 3.33 KB
Understanding Linux: Kernel, Free Software, and Distributions
Like any operating system, Linux is a combination of a main program, or kernel, and a series of added tools and libraries that enable its use. It possesses two distinguishing features:
- It is free software.
- It is distributed with its source code.
Most programs and libraries added to the Linux kernel to create a more user-friendly system have been developed by the GNU Project. For this reason, some people refer to Linux as GNU/Linux, clarifying that the operating system comprises not only the kernel but also all those programs and libraries.
Key Concepts Defined
- Free Software
- Software that can be used, copied, studied, modified, and redistributed freely.
- Source Code
- A set of text lines that