Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Fork (system call)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{DISPLAYTITLE:fork (system call)}} {{short description|In computing, an operation whereby a process creates a copy of itself}} In [[computing]], particularly in the context of the [[Unix]] operating system and [[Unix-like|its workalikes]], '''fork''' is an operation whereby a [[Computer process|process]] creates a copy of itself. It is an interface which is required for compliance with the [[POSIX]] and [[Single UNIX Specification]] standards. It is usually implemented as a [[C standard library]] [[Wrapper library|wrapper]] to the fork, clone, or other [[system call]]s of the [[kernel (operating system)|kernel]]. Fork is the primary method of process creation on Unix-like operating systems.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)