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-24 15:38] grafsoftware: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 services as different RunLevels+Linux starts different services as different run levels
-Depending on the RunLevel various services become available:+Depending on the run level various services become available:
  
   * RunLevel 1: Single-user mode. Most basic mode. Only text console available.   * RunLevel 1: Single-user mode. Most basic mode. Only text console available.
Zeile 15: Zeile 15:
  
  
-===== 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''