Create Process

Properties


name
Create Process
definition
Creates a process.
definition
Executes a process.
definition
A process spawn refers to a function that loads and executes a new child process.The current process may wait for the child to terminate or may continue to execute asynchronously. Creating a new subprocess requires enough memory in which both the child process and the current program can execute. There is a family of spawn functions in DOS, inherited by Microsoft Windows. There is also a different family of spawn functions in an optional extension of the POSIX standards. Fork-exec is another technique combining two Unix system calls, which can effect a process spawn.
synonyms
Process Spawn
synonyms
Execute Process
synonyms
Spawn Process
see also
https://dbpedia.org/page/Fork%E2%80%93exec
see also
https://dbpedia.org/page/Spawn_(computing)
see also
https://learn.microsoft.com/en-us/windows/win32/procthread/creating-processes
see also
http://dbpedia.org/resource/Fork%E2%80%93exec
see also
http://dbpedia.org/resource/Spawn_(computing)
see also
https://docs.microsoft.com/en-us/windows/win32/procthread/creating-processes

Neighbors


Inferred Relationships

This page is experimental and may change significantly in future releases.

Hierarchy

(filtered)

Related Countermeasure Techniques


Related Weaknesses

Related Offensive Techniques