CS208 Introduction to Computer Systems Wednesday, 13 May 2026 + file operations in C (files.c) + creating new processes (forktest.c) + launching other programs with execlp (exectest.c) + execvp, argv, and argc (exectest_with_args.c) + redirection with dup2 (redirect.c)