From 58bba96caa79a7f261913f701e4aadd437fbfe46 Mon Sep 17 00:00:00 2001 From: sebastianselander Date: Wed, 28 Feb 2024 14:10:19 +0100 Subject: [PATCH] Fix incorrect link to Patrik Mooney's 'Wings of Exec' --- stage_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage_1.md b/stage_1.md index 387f9c9..de59fa4 100644 --- a/stage_1.md +++ b/stage_1.md @@ -54,7 +54,7 @@ arguments; this replaces the running process (the child copy of the shell) with the new command. So now we have both our shell and the command running, and the shell knows the process ID of the command. (See Patrick Mooney's talk [On Wings of -exec(2)](https://systemswe.love/archive/minneapolis-2017/patrick-mooney) +exec(2)](https://www.youtube.com/watch?v=xh9E3BvwqBs) for deeper details of what happens after we `execve`.) The parent now waits for the child to complete; we do this with