babbage% gcc -o fork-1 fork-1.c && fork-1 This output comes from the child process Child report: my pid = 24420 This output comes from the parent process. Parent report: my pid = 24419 child's pid = 24420