Difference between revisions of "Change Runlevel"
From Brian Nelson Ramblings
(Created page with "==Do you need to change your CentOS systems run level?== =How to check your Current Run Level on your CentOS server= runlevel This will output something like 5 5 or ...") |
(No difference)
|
Revision as of 20:56, 10 February 2013
Do you need to change your CentOS systems run level?
How to check your Current Run Level on your CentOS server
runlevel
This will output something like
5 5
or
3 3
or a combination but the current runlevel will the the last digit
To change the run level type
init
Followed by the runlevel you want
0-6
Example -
init 3