We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2dbb7b commit f1cad4fCopy full SHA for f1cad4f
5_Processes_Signals_Files_Pipes/README.md
@@ -6,6 +6,7 @@ Some simple tasks from the course + additional practice with my own examples:
6
|-------------------|-----------------------------------------------------------|
7
|1. `Processes/1_exec-cat.cpp` | Just execute cat in forked proccess with error checks |
8
|2. `Processes/2_Zombie-checker.cpp` | Checking zombie child processes in non-blocking mode |
9
+|2. `Signals/1_Immortal.cpp` | Just making immortal (ignoring `SIGINT` and `SIGTERM`) child process |
10
11
12
0 commit comments