Penguin
Diff: RunlevelNotes
EditPageHistoryDiffInfoLikePages

Differences between version 10 and revision by previous author of RunlevelNotes.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 10 Last edited on Wednesday, April 18, 2007 6:46:18 pm by IanMcDonald Revert
Older page: version 7 Last edited on Wednesday, April 18, 2007 5:37:24 pm by BenStaz Revert
@@ -1,25 +1,32 @@
 !What is the current runlevel? 
  
 *who -r 
+  
+or  
+  
+*[runlevel(8)]  
  
 !Change to a different runlevel 
  
 *telinit <runlevel> 
  
 !What do the different runlevels represent? 
+  
+On [Debian]:  
+  
 <verbatim> 
-On Debian:  
  
  * 0 System Halt 
  * 1 Single user 
  * 2 Full multi-user mode (Default) 
  * 3-5 Same as 2 
  * 6 System Reboot 
+</verbatim>  
  
+[RedHat] Derived Distros:  
  
-Redhat Derived Distros:  
-  
+<verbatim>  
  * 0 halt, 
  * 1/S single user, 
  * 2 boot without networking or X 
  * 3 boot without X, but with networking 
@@ -30,4 +37,6 @@
  
 !Excellent Runlevels Guide 
  
 http://www.debian-administration.org/articles/212 
+----  
+CategoryNotes