Loading practice questions
A system call in Linux operating system to create a new child process, which is a copy of the parent process:
(C) fork
Explanation:
The fork() system call creates a new child process by duplicating the calling parent process.