HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

runlevel — SysV runlevel utility. See also: `init`. More information: <https://manned.org/runlevel>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandseerunlevelclisysvutilityalso
linux

Problem

How to use the runlevel command: SysV runlevel utility. See also: init. More information: <https://manned.org/runlevel>.

Solution

runlevel — SysV runlevel utility. See also: init. More information: <https://manned.org/runlevel>.

Return previous and current SysV runlevel:
runlevel


Display help:
runlevel --help

Code Snippets

Return previous and current SysV runlevel

runlevel

Display help

runlevel --help

Context

tldr-pages: linux/runlevel

Revisions (0)

No revisions yet.