CS208 Introduction to Computer Systems Monday, 6 November 2023 + Office hours today a mess - 12:30-ish - 1:00, Zoom only - I'll arrange some time tomorrow (also probably Zoom) and post it on Slack later today + mantis: what happened? - unintentional fork bomb (infinite loop containing fork) + Killing a process ps aux | grep YOURUSERNAME [see the rogue process's PID] kill PID kill -9 PID + The shell208.c sample + Revisiting redirection + Pipes