What Is Parent Process And Child Process?
What Is Parent Process And Child Process? Parent Process: All the processes are created when a process executes the fork() system call except the startup process. … 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