Runlevel 3 issue

94 Views Asked by At

When i execute the first command (who -r), the system shows that it is at Level 1 (single-user mode). However, when I go check using the second command (@cat), the default level turns out to be 3 (multi-user mode). I want to shift my system to multi-user mode but it is not happening. Can anyone help please?

who -r 
Run-level S 2016-12-23 11:27:32       Last=1

cat /etc/inittab
id:3:initdefault:
0

There are 0 best solutions below