4 Jun
2005
4 Jun
'05
19:11
On Saturday 04 June 2005 21:01, ken wrote:
/etc/inittab is set to boot into level 3, but when I run echo $SHLVL it tells me I'm in level 1.
Anyone else experience this?
Er, SHLVL has nothing to do with runlevel, it gets incremented by one for each instance of bash you run. For example ~> echo $SHLVL 2 ~> bash ~> echo $SHLVL 3 ~> bash ~> echo $SHLVL 4 For an output of your current runlevel, run the command "runlevel"