QuestionQ11
Essential System ServicesWith these two symbolic links in a System V init configuration:
/etc/rc1.d/K01apache2/etc/rc2.d/S02apache2
When are the scripts referenced by these links executed?
Choose two
- A S02apache2 is run when runlevel 2 is entered.
- B S02apache2 is run when runlevel 2 is left.
- C K01apache2 is never run because K indicates a deactivated service.
- D Both S02apache2 and K01apache2 are run during a system shutdown.
- E K01apache2 is run when runlevel 1 is entered.
Community Discussion