What Is Parent Process And Child Process In Linux?

What Is Parent Process And Child Process In Linux? A parent process is one that creates a child process using a fork() system call. A parent process may have multiple child processes, but a child process only one parent process. … The Process ID (PID) of the child process is returned to the parent process.