Answer the question
In order to leave comments, you need to log in
Why are processes needed in Unix?
I gave a lecture on processes in Unix OS, they "told" about identification, process hierarchy, contexts, process states, that in UNIX OS a new process can be spawned in the only way - using the fork () system call. Perhaps too noob question, but why do they need processes at all? Why call the same fork () so that a child process also appears?
P.s. considering only uniprocessor systems
Answer the question
In order to leave comments, you need to log in
In computing, a process is an instance of a computer program that is being executed.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question