What is the first program the Linux kernel starts at boot time when using System V init?
What is the first program the Linux kernel starts at boot time when using System V init?
The first program the Linux kernel starts at boot time when using System V init is located at /sbin/init. This program is responsible for starting other processes and scripts as part of the booting process, ultimately setting up the system for use.
D is correct: /sbin/init comes first https://tldp.org/LDP/sag/html/init-process.html
it's D
D is correct