Outcome of Test 1:
93.8 (mean)
94.75 (average) |
From the point of view of the system, a process is an entity that can run in the foreground or the background (handy for running large processes.) When a process runs in the background, the stdout and stderr are still directed to monitor but stdin isn't keyboard, which means: when the process needs input and allowances aren't made for the input, the process will die.
374-379, 442-443 (Primer)
2-47 to 2-50 (Lefthand)
41-42, 115-118 (Mastering the Shell)
89-102, 135-136, 216, 296 (Secrets)