People use Linux from all over the world to work together and to make Linux better. It’s known for being efficient, that it can do many tasks at a time and quickly and it’s free of cost. Lots of people love Linux, and they’re part of a big community where they share ideas and help each other out.
What does Linux include?
Kernel
System user space
Application
● Kernel – It is the base part of the operating system without it the OS doesn’t work. This kernel manages the system’s resources ... morePeople use Linux from all over the world to work together and to make Linux better. It’s known for being efficient, that it can do many tasks at a time and quickly and it’s free of cost. Lots of people love Linux, and they’re part of a big community where they share ideas and help each other out.
What does Linux include?
Kernel
System user space
Application
● Kernel – It is the base part of the operating system without it the OS doesn’t work. This kernel manages the system’s resources and communication with the hardware resources like memory, file management, and process.
It makes the process seem as if it is the sole process running on the machine. It is also responsible for preventing conflicts between different processes. There are different types of kernels which are – Monolithic Kernel, Exo Kernel, Micro Kernel, and Hybrid Kernel.
● System user space – It is administrative for system-level tasks like configuration and software installation.
This includes a shell, or command line, daemons, processes that work in the background, and the desktop environment. Here the command line means it is the direct access to a computer, it’s where we ask software to perform hardware actions that graphical interfaces (GUIs) can’t do efficiently or precisely.
Command lines are available on many operating systems but it is usually associated with Linux. Now Shell means it is the user interface of the Linux operating system. It permits the users to interact with the system by entering commands, which the shell interprets and executes.
It serves as a bridge between the user and the kernel, forwarding the request of the users to the kernel for processing. However, it allows users to perform various tasks, such as managing files, running programs, and configuring the system.
● Applications – Software that lets us perform a task. Apps include everything from desktop tools, and programming languages to multiuser business suites. Offers a central database to search for and download additional apps. It simplifies systems administration tasks, making it easier for users to maintain their Linux system efficiently.
How to install Linux on Windows 10
Linux can be installed on either a Mac or Windows computer. Many Windows users would like to install Linux and wonder how to install it on Windows 10. It is divided into many distributions and Ubuntu is the most used one. Step 1: Download Ubuntu IOS
To install Ubuntu on Windows 10, the first thing we need to prepare is the ISO file of Ubuntu.
Step 2: Generate a Bootable USB Drive for Ubuntu
Now we need to prepare a USB flash drive that is formatted to FAT32, then use a tool like UNetbootin and Refus to burn the Ubuntu ISO to this USB drive.
Step 3: Make unallocated space where Ubuntu will be installed
To install Linux on Windows 10, the computer must have at least 10GB of free space
know more: https://devopssaga.com/install-linux-on-windows/