- bullseye 2.1.2-41
- bullseye 247.3-7+deb11u2
- bullseye 2.96-7+deb11u1
- bullseye-backports 252.5-2~bpo11+1
- testing 3.06-4
- testing 2.1.2-54
- testing 252.6-1
- unstable 252.6-1
- unstable 2.1.2-54
- unstable 3.06-4
- experimental 253-1
- experimental 3.07-1~exp1
RUNLEVEL(8) | Linux System Administrator's Manual | RUNLEVEL(8) |
NAME¶
runlevel -- find the previous and current system runlevel.
SYNOPSIS¶
runlevel [utmp]
DESCRIPTION¶
Runlevel reads the system utmp file (typically /var/run/utmp) to locate the runlevel record, and then prints the previous and current system runlevel on its standard output, separated by a single space. If there is no previous system runlevel, the letter N will be printed instead.
If no utmp file exists, and if no runlevel record can be found in the /var/run/runlevel file, runlevel prints the word unknown and exits with an error.
Runlevel can be used in rc scripts as a substitute for the System-V who -r command. However, in newer versions of init(8) this information is also available in the environment variables RUNLEVEL and PREVLEVEL.
OPTIONS¶
- utmp
- The name of the utmp file to read.
SEE ALSO¶
AUTHOR¶
Miquel van Smoorenburg, miquels@cistron.nl
May 27, 1997 |