Laat een proces doorgaan wanneer de terminal wordt beëindigd. Meer informatie: https://www.gnu.org/software/coreutils/manual/html_node/nohup-invocation.html.
nohup {{commando}} {{argument1 argument2 ...}}
nohup
in de achtergrondmodus:nohup {{commando}} {{argument1 argument2 ...}} &
nohup {{pad/naar/script.sh}} &
nohup {{commando}} {{argument1 argument2 ...}} > {{pad/naar/uitvoer_bestand}} &