Categories
Linux Tutorial Series

Linux Tutorial Series – 112 – Parent and child processes

Here is the video version, if you prefer it:

Let’s talk about parent and child processes.

Every process has to be instantiated (created) by some other process. The process which created the process is called the parent process and the created process is called the child process.

Keep this distinction in mind.

Thank you for reading!