> What are the run levels & what are they used for?
Well this is my understanding of runlevels..please correct me if I am
wrong..
Run levels are the linux eqvt of different configurations for different
tasks... the default run level is 3, which is for a multiuser system. Each
runlevel has
it own set of init scripts which are executed when the system enters that
runlevel..runlevel 1 is single user, 5 is for gui..6 for halt and so on..the
init scripts can
be edited to change the behaviour of each runlevel..
Jay