Home / Programming MCQs / Linux MCQs / Question

J

Jatin Dubey • 3.78K Points
Extraordinary

Q. When the kernel has finished booting, what process is started?

(A) /etc/init
(B) /etc/sched
(C) /etc/swap
(D) /etc/kernel
Explanation by: Jatin Dubey
The Kernel is the part of the operating system that loads first, and it stays in the main memory. Generally, the Kernel is responsible for memory management, process management and disk management. The Kernel connects the system hardware to the application software. Every operating system has a kernel.
init is the parent of all processes on the system, it is executed by the kernel and is responsible for starting all other processes; it is the parent of all processes whose natural parents are dead and is responsible for picking them up when they die. The processes managed by init are called jobs and are defined by files in the /etc/init directory.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.