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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *