Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
software:linux:linux_os:run_lvl_1 [2019-02-08 09:24] mgehrig2software:linux:linux_os:run_lvl_1 [2019-02-24 15:41] (aktuell) graf
Zeile 5: Zeile 5:
 [[https://wiki.debian.org/RunLevel | Debian Doku for RunLevel]] [[https://wiki.debian.org/RunLevel | Debian Doku for RunLevel]]
  
-Linux starts different servicec as different RunLevels+Linux starts different services as different run levels
-Depending on the RunLevel different services are available:+Depending on the run level various services become available:
  
-  * RunLevel 1: Single-user mode. Most basic mode. Only textconsole available. +  * RunLevel 1: Single-user mode. Most basic mode. Only text console available. 
-  * RunLevel 2: Multi-user mode. You can now use different users. +  * RunLevel 2: Multi-user mode. You can use different users. 
-  * RunLevel 3: Networking is now available.+  * RunLevel 3: Networking is available.
   * RunLevel 4: Reserved.   * RunLevel 4: Reserved.
   * RunLevel 5: Starts the GUI. This is the normal RunLevel.   * RunLevel 5: Starts the GUI. This is the normal RunLevel.
  
  
-===== Change runlevel at boot time =====+===== Change Run Level at Boot Time =====
 This will change the RunLevel only for one startup. This will change the RunLevel only for one startup.
   - Reboot   - Reboot
Zeile 22: Zeile 22:
   - Press ''F10'' to boot   - Press ''F10'' to boot
  
-===== Changerunlevel at run time =====+===== Change Run Level at Run Time =====
 This does not work on all Systems. This does not work on all Systems.
 Ubuntu does not seem to like this method. Ubuntu does not seem to like this method.
-But it works on more basic system like on a Beagle Bone.+But it works on more basic system such as the Beagle Bone.
  
   - ''sudo init 1''   - ''sudo init 1''
  
-==== Switch back to graphical mode ====+Switch back to graphical mode
  
   - ''sudo init 5''   - ''sudo init 5''