1.

What is the structure of Linux?

Answer»

LINUX has a layered STRUCTURE

Standard Utility library

Applications

The standard library of PROCEDURES

Kernel

Device drivers

Hardware

  • Hardware - the CPU, RAM, mouse, the keyboard is the hardware
  • Kernel - contains device drivers and handles resource allocation, acts as an interface between the hardware and the operating system.
  • The standard library of procedures – termed as LIBC, allows the user to communicate with the kernel.
  • User applications and standard utilities – the commands for various tasks like computing, MODIFYING files or taking backups, etc.


Discussion

No Comment Found