Linux
Linux
It is open
source as its source code is freely available. It is free to use. Linux was
designed considering UNIX compatibility. Its functionality list is quite similar
to that of UNIX.
Kernel − Kernel is the core part of Linux. It is responsible for all major activities
of this operating system. It consists of various modules and it interacts directly
with the underlying hardware. Kernel provides the required abstraction to hide
low level hardware details to system or application programs.
System Library − System libraries are special functions or programs using which
application programs or system utilities accesses Kernel's features. These
libraries implement most of the functionalities of the operating system and do not
requires kernel module's code access rights.
Support code which is not required to run in kernel mode is in System Library.
User programs and other system programs works in User Mode which has
no access to system hardware and kernel code. User programs/ utilities use
System libraries to access Kernel functions to get system's low level tasks.
Basic Features
Following are some of the important features of Linux Operating System.
Open Source − Linux source code is freely available and it is community based
development project. Multiple teams work in collaboration to enhance the
capability of Linux operating system and it is continuously evolving.
Shell − Linux provides a special interpreter program which can be used to execute
commands of the operating system. It can be used to do various types of
operations, call application programs. etc.
Architecture
The following illustration shows the architecture of a Linux system −
The architecture of a Linux System consists of the following layers −
Hardware layer − Hardware consists of all peripheral devices (RAM/ HDD/ CPU
etc).
Utilities − Utility programs that provide the user most of the functionalities of an
operating systems.