In the previous two articles, we looked at the features of the Linux kernel, its architecture, and the tasks it performs. It is also important to know that there are certain versions of the kernel that have certain differences between them. Next we will tell you about these differences. It will be interesting.
The versions of the Linux operating system kernel can be summarized as follows: versions A-B-C-D, where:
The obvious question is how to find out the kernel version? It can be done very simply. It is necessary to use the command.
This command is as follows:
$ uname -r
Simply put, the kernel acts as a working tool, and its purposes can be any - launching a terminal and so on.