Skip to content

Commit f1cad4f

Browse files
authored
5: Processes and etc. | Update README
1 parent f2dbb7b commit f1cad4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

5_Processes_Signals_Files_Pipes/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Some simple tasks from the course + additional practice with my own examples:
66
|-------------------|-----------------------------------------------------------|
77
|1. `Processes/1_exec-cat.cpp` | Just execute cat in forked proccess with error checks |
88
|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 |
910

1011

1112

0 commit comments

Comments
 (0)