Latest UNIX Aptitude Question SOLUTION: Q. Explain fork() system call. A. The `fork()' used to create a new process from an existing process. The new process is called the child process, and the existing process is call