
13:38
I know you mentioned that studios 1-3 would help a lot with lab 1. Is it studios 4-6, or all of studios 4-9 for lab 2?

14:25
When do we make groups for lab 2? Will it be like last time?

44:32
EXAMPLE@load "fork"...if ((pid = fork()) == 0)print "hello from the child"elseprint "hello from the parent"

44:59
from man 3 fork

47:59
https://www.geeksforgeeks.org/fork-system-call/

48:11
small programs on how fork work