Linux Run Levels for booting into command line
Find the current run level
who -r
Change the run level
init "level"
who -r
Change the run level
init "level"
- Runlevel 0 is halt
- Runlevel 1 is single-user
- Runlevels 2-5 are multi-user (some distro uses RUN level 5 to start X [KDE/Gnome])
- Runlevel 6 is for rebooting system
id:5:initdefault:
Comments
Post a Comment