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

What Kernel Is?

Kernel is hart of Linux Os.

It manages resource of Linux Os. Resources means facilities available in Linux. For e.g. Facility to store data, print data on printer, memory, file management etc .

Kernel decides who will use this resource, for how long and when. It runs your programs (or set up to execute binary files).

The kernel acts as an intermediary between the computer hardware and various programs/application/shell.

Linux Kernel between you/shell/apps and your computers hardware

It's Memory resident portion of Linux. It performance following task :-


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