QuestionQ215

Essential Commands

Which program does the Linux kernel typically start first at boot when SysV init is in use?

  • A /lib/init.so
  • B /sbin/init
  • C /etc/rc.d/rcinit
  • D /proc/sys/kernel/init
  • E /boot/init
Explanation

Under SysV init, the Linux kernel launches the init process as the first userspace program; its standard path is /sbin/init.

Community Discussion

No comments yet. Be the first to start the discussion!