# Phantom process

A phantom process is a process that is initiated at a terminal
and detaches itself from that terminal for execution independent of
that terminal. It is processed as a background task and the results
display on the initiating terminal when the process is complete.

---
Source: https://d3codex.com/definitions/phantom-process/ - part of the D3Codex reference.
