wht is kernel in Unix
Answers
The kernel is a program that constitutes the central core of a computer operating system. ... A kernel can be contrasted with a shell (such as bash, csh or ksh in Unix-like operating systems), which is the outermost part of an operating system and a program that interacts with user commands.
Answer:
It's Simple
So,
The kernel IS the operating system. It is a software component that provides uniform access to the system hardware and other resources, and services to application software.
Under Unix, from a programming standpoint, the distinction between the two is fairly thin,A kernel can be contrasted with a shell (such as bash, csh or ksh in Unix-like operating systems), which is the outermost part of an operating system and a program that interacts with user commands.
Need to Understand!