During the Linux boot process, which script initializes the system settings?
- init
- rc.local
- init.d
- systemd
During the Linux boot process, systemd initializes system settings. Systemd is a modern init system and service manager that has become the standard in many Linux distributions. It manages the startup and control of system services and settings, replacing the older init system.
Loading...
Related Quiz
- Which symbol is used in Bash scripting to execute a command?
- In Debian and its derivatives, which tool is primarily used for package management?
- Your organization is implementing a policy to disable root login via SSH. Which configuration file and parameter should you modify?
- To disable the debugging mode that was enabled with set -x, you can use the command __________.
- Which command can be used to query DNS records, including MX, NS, and SOA records?