On Fri, Apr 06, 2001 at 09:09:49AM -0700, Eric Richardson wrote: | | I thought I understood runlevels but now I'm not so sure. Any help for | Debian runlevel explanation would be appreciated. In inittab I shows run | level two as default so does it go S,1,2 and why is S35networking in | rc0?
On a Linux system, it only runs the runlevel you specify. That would be S,2 for boot. If you are already in a runlevel and you switch it runs the K* stuff in the current level then the S* in the destination level. rc0 is for reboot I think. rc6 is for shutdown. (or maybe vice-versa). I learned, not too long ago, that a Sun Solaris system does walk through the runlevels until it reaches the destination level. -D

