SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG
DONATE


YUM REPOSITORY

 
 

MAN page from OpenSuSE systemd-sysvinit-246.6-lp152.mo.1.5.x86_64.rpm

RUNLEVEL

Section: runlevel (8)
Updated:
Index 

NAME

runlevel - Print previous and current SysV runlevel 

SYNOPSIS

runlevel [options...]
 

OVERVIEW

"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 likerunlevel. 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.

Table 1. Mapping between runlevels and systemd targets
Runlevel
Target
0poweroff.target
1rescue.target
2, 3, 4multi-user.target
5graphical.target
6reboot.target

 

DESCRIPTION

runlevelprints 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. 

OPTIONS

The following option is understood:

--help

Print a short help text and exit.
 

EXIT STATUS

If one or both runlevels could be determined, 0 is returned, a non-zero failure code otherwise. 

ENVIRONMENT

$RUNLEVEL

If$RUNLEVELis set,runlevelwill print this value as current runlevel and ignore utmp.

$PREVLEVEL

If$PREVLEVELis set,runlevelwill print this value as previous runlevel and ignore utmp.
 

FILES

/run/utmp

The utmp databaserunlevelreads the previous and current runlevel from.
 

SEE ALSO

systemd(1),systemd.target(5),systemctl(1)


 

Index

NAME
SYNOPSIS
OVERVIEW
DESCRIPTION
OPTIONS
EXIT STATUS
ENVIRONMENT
FILES
SEE ALSO

This document was created byman2html,using the manual pages.