Chapter #1: Learn Linux History, Basics & Set Up VirtualBox
This chapter introduces Linux as a multi-user, multitasking OS, explains its origins, and walks you through installing VirtualBox and importing a Linux virtual machine like Rocky Linux.

In simple terms, Linux is an operating system - the software that lets you interact with your computerβs hardware and run applications. It sits between your programs and your computerβs processor, memory, and storage, managing resources and making everything work together.
Besides, Linux is both a multi-user (in that it allows multiple users on different computers or terminals to access a single system with one OS on it) and multitasking (available processor time is divided between several tasks automatically, creating the illusion, so to speak, that the tasks are running simultaneously).
A Little History
In 1991, in Helsinki, a computer science student by the name of an began a project that later became the Linux kernel.
Development was done on Linusβ computer, which was equipped with an 80386 processor, the MINIX operating system, and the GNU C compiler.
As he would write later in his book Just for fun [2001], Torvald eventually realized that he had written an operating system kernel (a program to allocate resources and talk to the hardware, the βheartβ of the operating system, so to speak).
The first version of the Linux kernel was released under a personal license that restricted commercial activity. Later, in the middle of December 1992, he published version 0.99 using the GNU GPL.
The reason behind this change in this way of licensing had been explained earlier by Linus himself in the release notes of version 0.01:
Sadly, a kernel by itself gets you nowhere. To get a working system, you need a shell, compilers, a library, etc. These are separate parts and may be under a stricter (or even looser) copyright. Most of the tools used with linux are GNU software and are under the GNU copyleft. These tools aren't in the distribution - ask me (or GNU) for more info.
That is why, from that moment on, Linus and GNU project developers worked to integrate GNU components (applications, libraries, and developer tools) with the Linux kernel (to make a fully functional and free operating system.