A program in execution
Contrast that to batch processing where jobs were done individually and synchronously. Cringe.
01/29/2021
The Unix process API consists of flexible and orthogonal (meaning they are disparate so they are composable) system calls.
fork
exec
wait
exit