table of contents
RUNLEVEL(8) | runlevel | RUNLEVEL(8) |
NAME¶
runlevel - Print previous and current SysV runlevel
SYNOPSIS¶
runlevel [options...]
DESCRIPTION¶
runlevel 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.
OPTIONS¶
The following option is understood:
--help
EXIT STATUS¶
If one or both runlevels could be determined, 0 is returned, a non-zero failure code otherwise.
ENVIRONMENT¶
$RUNLEVEL
$PREVLEVEL
FILES¶
/var/run/utmp
NOTES¶
This is a legacy command available for compatibility only. It should not be used anymore, as the concept of runlevels is obsolete.
SEE ALSO¶
systemd 219 |