Question 16
2. 5 pts
Some UNIX systems have two versions of fork(). Select all that apply to UNIX
One version of fork() duplicates all threads
Other duplicates only the thread that invoked the fork() system call
If exec() is called immediately after forking, then duplicating all threads is the one to use
If, however, the separate process does not call exec() after forking, the separate process should