Skip to content

standard

fork()

POSIX system call that creates a child process with a duplicate of the parent's address space, implemented on Linux through copy-on-write page tables.

Known aliases

  • clone()
  • fork
  • sys_fork

Relationships

No evidence-backed relationships are recorded.

Current clusters