Concept Flow - nohup for persistent processes
Start command with nohup
Ignore hangup signal
Redirect output to nohup.out
Run command in background (&)
Process keeps running after logout
Check nohup.out for output
The flow shows how nohup runs a command ignoring hangup signals, redirects output, runs in background, and keeps running after logout.