Understanding Cisco Cybersecurity Fundamentals (SECFND, legacy) — Question 88

Which definition of a fork in Linux is true?

Answer options

Correct answer: D

Explanation

The correct answer is D because in Linux, a fork refers to a system call that creates a new process by duplicating the calling process. Options A, B, and C are incorrect as they relate to different concepts in Linux and do not describe the fork operation.