You've been given a task to review the startup scripts of a system. Where would you primarily look to find the initialization scripts for different run levels?
- /etc/init.d
- /etc/rc.d
- /etc/runlevels
- /usr/bin/init
To find the initialization scripts for different run levels, you would primarily look in the /etc/init.d directory. This directory contains the scripts and links used for managing services and their run levels on a Linux system.
Loading...
Related Quiz
- SELinux operates under what primary modes?
- You've written a script that processes a list of files. You want to ensure that even if a filename contains spaces, it's treated as a single argument. Which built-in variable should you modify?
- When you want to continue to the next iteration of a loop without executing the subsequent commands in the current iteration, you use the __________ command.
- A kernel that can have modules loaded and unloaded at runtime is referred to as a _________ kernel.
- You are setting up a new server and need to ensure that only specific users can SSH into the machine. Which configuration file would you modify to achieve this?