75. when a process is created using forkq, what is shared between parent process and child process?
Answers
Answered by
0
Hello mate ,
Question - when a process is created using forkq, what is shared between parent process and child process?
Answer - ☺☺ In Unix, Fork system call is the only way for user to create a new process. PID = fork(); It creates two process having identical copies of their user level context except returned PID.kernel allocates child process as a PID=0☺☺
Thanks ;)☺☺☺
Question - when a process is created using forkq, what is shared between parent process and child process?
Answer - ☺☺ In Unix, Fork system call is the only way for user to create a new process. PID = fork(); It creates two process having identical copies of their user level context except returned PID.kernel allocates child process as a PID=0☺☺
Thanks ;)☺☺☺
Similar questions