πŸ“Š Linux
Q. When the kernel has finished booting, what process is started?
  • (A) /etc/init
  • (B) /etc/sched
  • (C) /etc/swap
  • (D) /etc/kernel
πŸ’¬ Discuss
βœ… Correct Answer: (A) /etc/init

Explanation: 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.

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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
232
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Jatin Dubey
Publisher
πŸ“ˆ
89%
Success Rate