adspace


What is the role of the kernel in unix?

Answer Posted / Durgesh Babu

The kernel is the core component of a Unix-like operating system that manages the resources of the computer and acts as an interface between applications and the actual hardware. It handles tasks like memory management, process scheduling, file systems, security, networking, and device drivers.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988