Linux Shell Scripting Tutorial (LSST) v1.05r3
Prev
Chapter 1: Introduction : Linux Shell basics
Next

What is the Linux Kernel?

The kernel is heart of the Linux operating system. It manages the resources of Linux. Resources include:

The kernel decides who will use these resources and for how long and when. It runs your programs or sets up to execute binary files.

The kernel acts as an intermediary between the computer hardware and various applications.


Prev
Home
Next
Where I can use Linux?
Up
What is Linux Shell?