What are the components of Linux system?

Asked By 410 points N/A Posted on -
qa-featured

What are the components of a Linux system?

Very much interested to know about it.

SHARE
Best Answer by Janine08
Answered By 0 points N/A #87292

What are the components of Linux system?

qa-featured
Answer : Components of a Linux System:
 
The Linux system is composed of three main bodies of code in line with most;traditional UNIX implementations:
 
1. Kernel. The kernel is responsible for maintaining all the important abstractions of the operating system, including such things as virtual  memory and processes.
 
2. System libraries. The system libraries define a standard set of functions through which applications can interact with the kernel. These functions implement much of the operating-system functionality that does not need the full privileges of kernel code.
 
3. System utilities. The system utilities are programs that perform individual, specialized management tasks. Some system utilities may be invoked just once to initialize and configure some aspect of the system; others— known as daemons in UNIX terminology—may run permanently, handling such tasks as responding to incoming network connections, accepting logon requests from terminals, and updating log files.
Answered By 410 points N/A #87294

What are the components of Linux system?

qa-featured

Three components of Linux:

1) Kernel : Responsible for maintaining all important abstraction.

2) System Libraries : Define a set of standard function through which application can interact with the Kernel.

3) System Utility : Perform individual,specialized management task.

Answered By 0 points N/A #87296

What are the components of Linux system?

qa-featured

The components of LINUX OS are: 

  • GUI: Graphic User Interface.
  • LINUX Kernel Library.
  • GNU C library.
  • LAMP Libraries (APACHE, PHP & SQL languages library).
  • NET Library: (contains BASH files)
  • CLI (Command Line Interface).

Apart from them 3 main libraries are there that are shared in the LINUX OS:

  • Kernel: Maintains all the tasks of the system including the virtual memory and different processes that are going on in the operating system.
  • System Libraries: This library has different versatile functions which are used for different applications.
  • System Utilities: The programs that are executed individually come under this part. These utilities are used to configure different features of the system.
Best Answer
Best Answer
Answered By 5 points N/A #87298

What are the components of Linux system?

qa-featured

The Linux system has three main bodies of code, in sequence with, most conventional UNIX implementations:

1. THE KERNEL: "The kernel" is in charge for maintaining all the vital abstractions of the operating system, together with such things as virtual memory and processes. The Linux kernel forms the central part of Linux operating system. It provides all the functionality compulsory to run processes, and it also provides "system services" to give arbitrated and sheltered or protected access to hardware resources. The kernel implements every feature that is required to be eligible as an operating system.
 
2. THE SYSTEM LIBRARIES: "the system libraries" describe a typical set of functions through which applications can interrelate through the kernel. And which apply much of the operating system functionality that does not require the full rights or privileges of kernel code. 
 
3. THE SYSTEM UTILITIES: "the system utilities" are the programs that execute individual, particular and specialized managing tasks. some of the system utilities may be invoked just once to initialize and configure some features of the system; others (known as daemons in UNIX language ) may run enduringly, conducting such tasks as responding to inward or incoming network connections, accepting logon requests terminals or updating log records and files.
 
The whole kernel code executes in the privileged mode of processor along with the full access to all the physical resources of the computer. This privileged mode in Linux is referred as "kernel mode", equal to the monitor mode. In Linux user-mode code is not built into the kernel. Any operating-system-support code that does not require to execute in kernel mode is located into the system libraries as an alternative.

Related Questions