0:08 - Processes & the fork() function
0:43 - The fork() function
2:15 - Overview of code example
3:21 - Code example
4:35 - The child process
4:55 - The parent process
5:17 - Code execution
5:52 - Making changes to the code to affect execution
10:28 - Waiting for the child process to finish