Home  >  Article  >  Operation and Maintenance  >  What is the difference between linux kernel and linux system

What is the difference between linux kernel and linux system

WBOY
WBOYOriginal
2022-06-28 17:55:145764browse

The difference between the linux kernel and the linux system: 1. The linux operating system contains the linux kernel, which is an extension of the linux kernel. The linux kernel only provides core programs for hardware abstraction layer, hard disk and file system control. ; 2. The Linux system will add user interface and various software support on the basis of the kernel, while the Linux kernel does not have user interface and software support.

What is the difference between linux kernel and linux system

#The operating environment of this tutorial: linux7.3 system, Dell G3 computer.

What to do if ifconfig cannot be found in Linux

The Linux operating system includes the Linux kernel. The linux operating system extends the linux kernel and installs some development packages and common tools. For example, ubuntu and centos may use the same version of the Linux kernel, but they provide different tools and commands for the Linux kernel, such as management tools. Ubuntu uses apt-get and centos uses yum. In other words, the Linux kernel plus some supporting system commands constitute a Linux operating system.

linux kernel

Linux kernel refers to a system core maintained by Linus Torvalds that provides hardware abstraction layer, hard disk and file system control and multi-tasking functions program.

linux system:

Linux distribution is a collection of Linux kernel and various commonly used software products. Today, there are hundreds of Linux distributions in the world. According to Different standards can classify Linux distributions of different natures. For example, one classification method is based on whether it is maintained by a community or a commercial company. There are three main branches of Linux distributions: Debian, Slackware, and Redhat.

Difference

1. The Linux core only has the kernel part. After installation, there is no user interface/software. The kernel is the heart of the system and the most basic code in Linux.

2. Linux distribution is based on the kernel, adding user interface and support for various software. Such as CenterOS, Little Red Riding Hood, etc. On the basis of the kernel, different applications are developed to form a complete operating system.

Back to the topic, you will know the difference between learning the Linux kernel and learning the Linux operating system. Learning the Linux kernel inevitably involves learning its file system types, system calls, processes, memory, process scheduling, network models, etc. Knowledge, while learning the Linux operating system, focuses on learning its specific version, such as ubuntu, how to configure the source of apt-get, how to manage system services, the above database, how to install and use the shared file system, and how to use the above development environment Configuration, such as cuda, golang, scala or others, how to configure the environment to brighten, and how to write basic shell scripts.

Extended knowledge:

Linux operating system and various distributions

We briefly introduced the Linux operating system earlier , kernel and distribution. For the Linux operating system, it itself is a whole, including the Linux kernel, system libraries and system programs. The Linux kernel is its most basic part. It implements the management of hardware resources and provides universal functions for using these hardware resources. interface.

Since the release of the LInux kernel in 1991, many companies have joined in and built their own operating system versions based on the kernel, such as Redhat, Debian and Suse, etc. Figure 2 shows the evolution of Linux distributions from 1991 to 2007 (for high-resolution pictures, please send a private message to linuxtl). It can be seen that by 2007 there were no less than 20 releases.

What is the difference between linux kernel and linux system

#There are many Linux distributions. The following is a brief introduction to the more popular distributions.

Redhat Distribution

Red Hat Linux is a Linux distribution released by Red Hat. Red Hat Linux can be regarded as a "middle-aged" Linux distribution package. Its 1.0 version was released on November 3, 1994. Red Hat Linux should be the most widely used operating system in the industry. Many other distributions are based on this distribution, such as CentOS and Oracle Linux.

What is the difference between linux kernel and linux system

CentOS Distribution

CentOS Distribution is an open source version of Red Hat LInux. It is compiled from source code released by Red Hat Linux in accordance with open source regulations. Since Red Hat Linux itself is a commercial operating system, many companies have many inconveniences in using it, so these companies have moved to CentOS.

What is the difference between linux kernel and linux system

Operating system distributions such as Red Hat and CentOS are mainly used in enterprise services, and more are used in server-side businesses, such as Web services and cloud computing.

Ubuntu Distribution

Ubuntu was originally a desktop distribution based on Dibian. Ubuntu can basically replace Windows for daily office work, because its distribution contains all the software commonly used for daily office work, such as email clients, open source Office suites, and other tools we can think of. And these tools are free.

What is the difference between linux kernel and linux system

The following is a desktop screenshot of the Ubuntu desktop version. It can be seen that it is very similar to Windows or MacOS, and the aesthetics are also very good.

What is the difference between linux kernel and linux system

#Ubuntu is developing rapidly. In addition to the desktop version, there are also other versions such as service version and cloud computing version, covering almost all application fields.

Recommended learning: Linux video tutorial

The above is the detailed content of What is the difference between linux kernel and linux system. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn