Describe 3 pieces of functionality Linux kernel lists provid
Describe 3 pieces of functionality Linux kernel lists provide.
Solution
Kernel: Kernel is the core element of Linux. It is responsible for all main activities of this operating system. It consists of different modules and it work together directly with the underlying hardware. Kernel offers the required abstraction to secrete low level hardware details to system or application programs.
System Library: Libraries of System are particular functions using which application programs or system utilities accesses Kernel characteristics. These libraries implement mainly the functionalities of the operating system and do not needs kernel module\'s code access rights.
System Utility: System Utility programs are liable to do specialized, individual stage jobs.
