answersLogoWhite

0

Are u talking abt the KErnal process?

A program under execution is called process.

All processes in UNIX are created using the fork() system call.

rest of the question not clear..

SiddharthGanguly

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is difference between process and mechanism?

A process is a series of actions or steps taken to achieve a particular outcome, while a mechanism is the part of a system that performs a specific function or operation. In simpler terms, a process is the overall method or plan, while a mechanism is the specific component that enables that process to work.


What are other words for process?

method, technique, way, mechanism, system


What are the principles and process flow of an incomplete medical record system?

explain the principles and process flow of an incomplete medical records system


Feedback mechanism in a sentence?

To deter plagiarism the feedback mechanism is a punishment.


What is description of mechanism?

The definition of mechanism is a system of parts working together in a machine. It could also be used to describe a process that needs to be followed in order to accomplish a specific task.


How would you explain data processing system?

data processing system is the process of data that refers to information about what the problem.


Four Principles of process creation?

There are four main principles of process creation. These include system initialization, the execution of a process creation, a request to start a new process creation, and initiating a batch job.


How does the negative-feedback mechanism work?

Negative feedback is a regulatory process where the output of a system or process is used to counteract a change in input, maintaining stability. When the output deviates from a set point, it triggers a response that acts to bring the system back into balance. This helps to prevent large fluctuations and maintain a steady state within the system.


Explain the purpose of process control block?

to explain the process currently


What are the major system designs activities explain them?

its a process starting with right hand and finish with the left hand


What is the basic coordinating mechanism is a free market system?

the basic coordinating mechanism in a free market system is Price.


What is fork in operating system?

Fork is a funciton used to duplicate a process. The newly created process is called "child process" and the origingal one is called "parent process". The two processes will differ only in PID (Process ID).