How is a shell job related to an operating-system process?
A job is the shell's way of tracking commands and their processes started from that terminal.
A job is only an executable file that has not started running.
A job is a system-wide alias shared identically by every shell.
A job is a permanent history record created only after a process finishes.