Find Out Current Run Level
who -r
run-level 3 2014-05-27 17:04
Or
runlevel
N 3
Use the init command to change rune levels:
init 1
To change the default run level:
vi /etc/inittab
id:5:initdefault:
Reboot the system to see changes:
reboot
Ref:
http://www.cyberciti.biz/tips/linux-changing-run-levels.html
http://www.ibm.com/developerworks/library/l-lpic1-v3-101-3/
No comments:
Post a Comment