Which system call creates a new process in Unix/Linux?

Explanation:
fork() system call is used to create a new process.