What is difference between a job and a process in Unix?

后端 未结 8 1320
别跟我提以往
别跟我提以往 2021-02-02 10:53

What is the difference between a job and a process in Unix ? Can you please give an example ?

8条回答
  •  被撕碎了的回忆
    2021-02-02 11:35

    I think a job is a scheduled process or set of processes, a job always has the notion of schedule, otherwise we could call it a process.

提交回复
热议问题