Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


admin_grundlagen:prozesse

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
Nächste Überarbeitung Beide Seiten, nächste Überarbeitung
admin_grundlagen:prozesse [2017/05/07 20:03]
127.0.0.1 Externe Bearbeitung
admin_grundlagen:prozesse [2018/08/16 09:13]
ingo_wichmann
Zeile 12: Zeile 12:
  
 === Status === === Status ===
-{{:​admin_grundlagen:​process_status.png?​direct&​200|}}+{{:​admin_grundlagen:​process_status.png?​direct&​200|}} ​ (( aus ''​man waitpid'':​ //A child that terminates, but has not been waited for becomes a "​zombie"​. ​ The kernel ​ maintains ​ a  minimal ​ set  of  information ​ about the zombie process (PID, termination status, resource usage information) in order to allow the parent to later perform a wait to  obtain information ​ about  the  child. ​  ​As ​ long as a zombie is not removed from the system via a wait, it will consume a slot in the kernel process table, and if this table fills, it  will not  be  possible ​ to  create ​ further processes. ​ If a parent process terminates, then its "​zombie"​ children (if any) are adopted by init(1), (or by the nearest ​ "​subreaper" ​ process ...; init(1) automatically performs a wait to remove the zombies.//​))
  
 Anzeigen aller Prozesse, incl. Benutzer: Anzeigen aller Prozesse, incl. Benutzer:
Zeile 32: Zeile 32:
   ps auxw   ps auxw
   ps auxwf   ps auxwf
-   +
-  ​+
 Anzeige aller Prozesse incl. cgroup: Anzeige aller Prozesse incl. cgroup:
  
admin_grundlagen/prozesse.txt · Zuletzt geändert: 2023/09/25 10:15 (Externe Bearbeitung)