What is the first program run by the Linux kernel when it starts?
- init
- shell
- bootloader
- BIOS/UEFI
The first program run by the Linux kernel when it starts is typically the init program (or its modern replacement, such as systemd). Init is responsible for initializing the system, starting services, and setting up the user environment.
Loading...
Related Quiz
- Your organization is implementing a policy to disable root login via SSH. Which configuration file and parameter should you modify?
- In Linux, the _____ command is used to display the status of jobs in the current session.
- The __________ command in Linux allows mounting of NFS shared directories.
- You've been tasked to ensure a specific service always restarts after failure. Which Linux system would you primarily use to achieve this?
- Which command-line tool is used to view real-time system processes in Linux?