Traducciones al Español
Estamos traduciendo nuestros guías y tutoriales al Español. Es posible que usted esté viendo una traducción generada automáticamente. Estamos trabajando con traductores profesionales para verificar las traducciones de nuestro sitio web. Este proyecto es un trabajo en curso.
Create a Linode account to try this guide with a $ credit.
This credit will be applied to any valid services used during your first  days.

Linux refers to the Linux Kernel plus all the tools, utilities and libraries running on top of the kernel, many of which are managed under the umbrella of the GNU project. Colloquially, Linux refers to an operating system (OS). There are Linux community members that find it more correct and precise to use the term GNU/Linux over Linux alone as a name for the OS.

Linux works similarly to other well-known OSes like Windows and macOS. As an operating system, Linux manages your computer or server’s hardware and provides background services that your other software needs to run.

A significant difference between Linux and other OSes is that it’s open source and free of cost. Open source means anyone has access to the Linux source code and can contribute to enhancing it, adding features, and fixing bugs and security vulnerabilities. Independent programmers all around the world invest their time and expertise improving Linux. This model of software development rivals proprietary OSes that keep their code closed and solely work with the programmers they employ.

Linux is unique in its development model, history, and the strength of its community. At its core it is a mature and secure operating system that anyone can easily begin using for today’s most common tasks like accessing the internet, editing text documents, and creating media. This Quick Answer covers some key defining features of Linux.

What is the Linux Kernel?

In OS architectures, the kernel is the core interface between a machine’s hardware and its software. The kernel’s operation is invisible and not directly accessible to the end-user. Instead, most desktop users are familiar with applications within the user space of an operating system. These user space tools include web browsers, GUI file systems, and the Bash shell.

These applications interact with the kernel via an explicitly-defined application programming interface (API) or system call interface (SCI). No access to the kernel is available outside of this API/SCI, which is an important security concept. Two examples of system calls that an application may make are saving the contents of a file to disk or opening a network connection.

The Linux Kernel was developed by Linus Torvalds in 1991. Some of the key design principles he implemented include:

The kernel’s design is flexible, and that has led to the spawning of different varieties of the Linux operating system that are supported on a large array of computer architectures, including servers and smartphones.

If you’re curious about current Linux Kernel development, you can access a read-only version of the latest Linux Kernel repository on GitHub to browse the code. You can also read about how to participate in Linux Kernel development for a better understanding of what it takes to contribute to the project.

Development History

The Linux Kernel borrows much of its design from Unix, a predecessor operating system developed in 1969 by computer scientists at AT&T’s Bell Laboratories, Ken Thompson and Dennis Ritchie. When Unix first emerged, it was freely licensed because of antitrust limitations on AT&T. This allowed for peer-reviewed development and wide adoption by academic institutions and businesses.

Once Bell Labs was no longer obligated to maintain Unix’s free license, it became a proprietary product. This incentivized programmers like Richard Stallman to work on creating a “free as in freedom” version of a Unix-like operating system, committed to a set of ethical standards around software development. Stallman’s free software operating system is GNU. The Free Software Movement, spearheaded by Stallman, is a significant piece of computing history that is still relevant today.

At the same time and throughout the 1980s, the Berkeley Software Distribution (BSD), which was originally the Unix source code with added features, was rewritten to avoid the proprietary code. Where GNU/Linux requires that the source code and all derivatives be licensed under the open GPL General Public License, the BSD 4Clause License allows for derivative work to use a different license. In particular, much of Apple’s macOS was originally derived from BSD.

Linux Distributions

Using Linux means selecting a distribution (distro) to suit your needs, and there are many to choose from. Some well-known distros are Ubuntu, Debian, CentOS, Gentoo, and Arch. Each Linux distribution varies in its general use case and audience.

  • Ubuntu’s desktop version is feature rich with a user-friendly GUI–a great place to begin if you’re just getting started with Linux.

  • Debian requires more configuration during installation of the OS and system software, and is strictly committed to only using free software.

  • CentOS is a free and community-supported version of Red Hat Enterprise Linux (RHEL).

  • With Gentoo, you compile everything from source, so you choose exactly what you install when adding any new software to your system.

  • Arch features a rolling release cycle and an incredibly dedicated community that maintains the distro as well as the Arch User Repository (AUR) of software packages.

Graphical User Interfaces and Desktop Environments

Windows and macOS both come with a single graphical user interface (GUI) that is generally not able to be replaced or substantially changed by the user. In contrast, there are a wide variety of GUIs available for Linux, and Linux users can switch between them and customize them according to personal preference. In essence, the desktop environment is simply a graphical shell that interacts with the Linux Kernel.

Popular GUIs include GNOME, KDE, Xfce, and Cinnamon. Different desktop Linux distributions come packaged with specific GUIs, but those can also be changed by the user after installation.

Minimum Install Distributions for Older Hardware

Many Linux distributions offer good performance on older hardware, including entire desktop environments that are designed to be resource-efficient. As a result, running Linux is a popular way to revive aging computers.

Some distributions are specifically designed to run with minimal hardware specifications, and these minimum install distros provide the kernel features needed for a fully functional operating system. Packages can be added as needed, which helps to keep the initial install size small and clutter free.

Some examples of lightweight distributions include:

Applications and Package Managers

Linux distributions feature a built-in package manager, which is a tool that helps install, update, and remove applications. The package manager differs by distribution: APT is the manager for Debian and Ubuntu systems, and YUM is the manager for CentOS and RHEL systems.

These tools retrieve packaged applications from repositories (repos), which are archives of software available for your Linux environment. Distributions offer stable repositories composed of software that has received extensive testing. You can also configure your package manager to use alternative repositories which feature newer software versions that have received less testing. Third-party repositories exist which feature software not included in any of your distribution’s standard repositories.

In addition to a distribution’s built-in package manager, you might use an application-level package manager. Examples of application-level package managers are pip for Python applications and npm for Node.js applications.

For a comprehensive list of available package managers, visit Wikipedia.

Learn More

There are many avenues to explore when first using Linux. Our Guides & Tutorials provide a great starting point for learning more:

This page was originally published on


Your Feedback Is Important

Let us know if this guide was helpful to you.


Join the conversation.
Read other comments or post your own below. Comments must be respectful, constructive, and relevant to the topic of the guide. Do not post external links or advertisements. Before posting, consider if your comment would be better addressed by contacting our Support team or asking on our Community Site.
The Disqus commenting system for Linode Docs requires the acceptance of Functional Cookies, which allow us to analyze site usage so we can measure and improve performance. To view and create comments for this article, please update your Cookie Preferences on this website and refresh this web page. Please note: You must have JavaScript enabled in your browser.