Determine the run level of a Solaris system

The following command will show the run level of a solaris system.

who -r

 

About Quinn McHenry

Quinn was one of the original co-founders of Tech-Recipes. He is currently crafting iOS applications as a senior developer at Small Planet Digital in Brooklyn, New York.
View more articles by Quinn McHenry

The Conversation

Follow the reactions below and share your own thoughts.

One Response to “Determine the run level of a Solaris system”

  1. February 16, 2009 at 10:47 am, binary_boy said:

    Thx a lot man

    Reply

Leave a Reply

You may also like-

Determine if Solaris is running in 32 or 64 bit modeThe isainfo command can be used to determine if a Solaris system has been configured to run in 32 or 64 bit mode. Run ...