table of contents
- bookworm 3.06-4
- bookworm-backports 3.08-3~bpo12+2
- testing 3.11-1
- unstable 3.11-1
RUNLEVEL(8) | Manual del Administrador del Sistema Linux | RUNLEVEL(8) |
NOMBRE¶
runlevel - busca el nivel de ejecución previo y actual
SINOPSIS¶
runlevel [utmp]
DESCRIPCIÓN¶
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.
OPCIONES¶
- utmp
- The name of the utmp file to read.
VÉASE TAMBIÉN¶
AUTOR¶
27 de mayo de 1997 | sysvinit |