Skip to content

Commit

Permalink
Fix incorrect link to Patrik Mooney's 'Wings of Exec'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianselander authored and tokenrove committed Feb 28, 2024
1 parent 8576be0 commit 58bba96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58bba96

Please sign in to comment.