Questions tagged [inittab]

This file controls what happens whenever a system is rebooted or forced to change run levels.

This file controls what happens whenever a system is rebooted or forced to change run levels.

16 questions
-1
votes
1 answer

How could you start all of the scripts in /etc/rc2.d?

So I am in /etc/rc3.d and I want to start all of the "S" scripts and Kill all of the "K" scripts. I am trying # ./S* start but it's not seeing the start argument. How to I adjust my syntax to allow me to pass a start to the Ss and a stop to the Ks?
MRLOBE
  • 3
  • 3
1
2