Skip to content

Commit 7e1ed3e

Browse files
authored
5. Processes and etc. | Create README
1 parent 5b46b10 commit 7e1ed3e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Processes. Signals. Files. Pipes.
2+
## Description
3+
4+
Some simple tasks from the course + additional practice with my own examples:
5+
|||
6+
|-------------------|-----------------------------------------------------------|
7+
|1. `Processes/exec_cat.cpp` | Just execute cat in forked proccess with error checks |
8+
9+
10+
11+
12+
## Result
13+
14+
### `Processes/exec_cat.cpp`
15+
16+
Simple exec in forked process (after 1 sec sleep) with reusing argv parameters with.
17+
18+
##### runtime
19+
20+
![Screen Recording 2022-03-17 at 12 09 31 PM](https://user-images.githubusercontent.com/44144647/158776572-3c0f3b56-28a8-492b-af01-83faa5a3a80b.gif)
21+
22+
23+
24+
25+
## Learned new
26+

0 commit comments

Comments
 (0)