Showing posts with label Solaris Run Level. Show all posts
Showing posts with label Solaris Run Level. Show all posts

Sunday, August 15, 2010

Solaris Run Level

Default Solaris Run Level

  • init S : Single user state (useful for recovery)
  • init 0 : Access Sun Firmware ( ok> prompt)
  • init 1 : System administrator mode
  • init 2 : Multi-user w/o NFS
  • init 3 : Multi-user with NFS
  • init 4 : Unused
  • init 5 : Completely shutdown the host (like performing a power-off @ OBP) [ thanks to Marco ]
  • init 6 : Reboot but depend upon initdefault entry in /etc/inittab

To find out current runlevel use who command:

$ who -r