runlevelsystemdDeveloperLennartPoetteringlennart@poettering.netrunlevel8runlevelPrint previous and current SysV runlevelrunleveloptionsOverview"Runlevels" are an obsolete way to start and stop groups of
services used in SysV init. systemd provides a compatibility layer
that maps runlevels to targets, and associated binaries like
runlevel. Nevertheless, only one runlevel can
be "active" at a given time, while systemd can activate multiple
targets concurrently, so the mapping to runlevels is confusing
and only approximate. Runlevels should not be used in new code,
and are mostly useful as a shorthand way to refer the matching
systemd targets in kernel boot parameters.
Mapping between runlevels and systemd targetsRunlevelTarget0poweroff.target1rescue.target2, 3, 4multi-user.target5graphical.target6reboot.target
Descriptionrunlevel prints the previous and current
SysV runlevel if they are known.The two runlevel characters are separated by a single space
character. If a runlevel cannot be determined, N is printed
instead. If neither can be determined, the word "unknown" is
printed.Unless overridden in the environment, this will check the
utmp database for recent runlevel changes.OptionsThe following option is understood:Exit statusIf one or both runlevels could be determined, 0 is returned,
a non-zero failure code otherwise.Environment$RUNLEVELIf $RUNLEVEL is set,
runlevel will print this value as current
runlevel and ignore utmp.$PREVLEVELIf $PREVLEVEL is set,
runlevel will print this value as previous
runlevel and ignore utmp.Files/var/run/utmpThe utmp database runlevel
reads the previous and current runlevel
from.See Alsosystemd1,
systemd.target5,
systemctl1