Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tamberg authored Oct 22, 2018
1 parent be5eb9c commit e7ee8a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ $ ./fork_stdio_buf > file && cat file</pre>

### d) Zombie-Prozesse, 15'
* Lassen Sie den Beispiel-Code [make_zombie.c](http://man7.org/tlpi/code/online/book/procexec/make_zombie.c.html)<sup>TLPI</sup> laufen.
* Senden Sie dem Zombie-Child ein SIGKILL Signal.
* Was macht der system() Aufruf im Source Code?
* Senden Sie dem Zombie-Child ein *SIGKILL* Signal.
* Was macht der *system()* Aufruf im Source Code?
* Hinweis: _&lt;defunct&gt;_ bedeutet Zombie-Prozess.

### e) Eigenes *system()*, 15'
* Implementieren Sie eine eigene system() Funktion.
* Implementieren Sie eine eigene *system()* Funktion.
* Nutzen Sie dazu das *sh* Kommando mit Argument *-c*:<pre>
$ sh -c "ls | wc"</pre>
* Vereinfachung: Gerüst von [my_system.c](my_system.c) im Repo.
Expand Down

0 comments on commit e7ee8a4

Please sign in to comment.