The Linux Newbie Guide  ⇒    Fundamentals     Advanced     Supplement   Command Index   ENG⇒中
All rights reserved, please indicate the source when citing
  

init - Switching System Runlevels


The init command, followed by a number "#", is used to switch the system's runlevel. In most distributions, only the superuser is allowed to execute this command. The definition of runlevels might vary across different distributions. You can refer to the init --helpdocumentation for specific details. However, there is a general consensus as follows:

Example::
$ init 1 ←Entering maintenance mode (runlevel=1)

For additional init command examples, you can check out this link.