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

后端 未结 8 1339
别跟我提以往
别跟我提以往 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

    http://en.wikipedia.org/wiki/Job_control_%28Unix%29

    Jobs are one or more processes that are grouped together as a 'job', where job is a UNIX shell concept.

提交回复
热议问题