Home     Blog

Run Level

Most versions of Unix use different run levels to define different operational and security states of the Unix system.

The `init` command is used to change the run level. Other commands which change the run level include reboot, halt, and shutdown.

RedHat Linux Run Levelsrunlevels Run Level

Run Level Description
0 Halt
1 Single user mode
2 Multiuser, without NFS
3 Full multiuser mode
4 Unused
5 X11
6 Reboot

Solaris Run Levels

Run Level Description
0 PROM mode. It is used to bring a running system to the OK prompt, either to turn the system off or to perform a PROM mode function.
S Single-user mode. If the system is booted into this mode, only the minimum number of file systems are mounted. Minimal services are started.
1 Single-user administrative mode. All file systems are accessible. Minimal services are started.
2 Standard multiuser mode. Generally, all normal services are started, except the Network File Service (NFS) and any service that relies on NFS being available.
3 All normal services are started, including NFS and any service that relies on NFS being available. Run level 3 is the default run level.
4 Unused or user defined. This run level is not currently used. Some users define special services to start in this mode.
5 Shutdown mode. Run level 5 performs equivalently to run level 0, except that it also powers down the system, if supported by the hardware.
6 Reboot mode. Run level 6 is equivalentl to run level 0, except that it issues a `boot` command when it reaches the PROM
VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
Follow Will.Spencer on

Leave a Reply

Related Posts

  • How a Laser Level Works

    As its name suggests, a laser level is a leveler that illuminates a horizontal plane using a laser. It was originally developed by an inventor named Steve Orosz. The laser level works by being stationed on a tripod. This projector also has a rotatable head with a mirror, so that the laser beam can also [...]...


  • Windows Protection Error

    A Windows Protection Error such as "Initializing device <device name> Windows Protection Error" can be received when either first starting Microsoft Windows or when shutting down your computer. The computer might then ask you restart the system. Windows Protection Errors are usually received by users of Windows 95, 98, and ME and these errors can [...]...


  • How to Use the Unix Top Command

    Top is a small, but powerful program on both Unix and Linux systems. Its purpose is to allow users to monitor processes on their system. It has two main sections. The first displays general information such as the load averages, number of running and sleeping tasks, and overall CPU and memory usage. The second main [...]...