Operating System - Linux
Operating System - Linux
Linux is one of popular version of UNIX operating System. 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.
1 of 3 1/9/24, 10:59
Operating System - Linux https://www.tutorialspoint.com/operating_system/os_li...
Kernel component code executes in a special privileged mode called kernel mode
with full access to all resources of the computer. This code represents a single
process, executes in single address space and do not require any context switch
and hence is very efficient and fast. Kernel runs each processes and provides
system services to processes, provides protected access to hardware to processes.
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.
Architecture
The following illustration shows the architecture of a Linux system −
2 of 3 1/9/24, 10:59
Operating System - Linux https://www.tutorialspoint.com/operating_system/os_li...
3 of 3 1/9/24, 10:59