Allows for a process to live when the terminal gets killed. More information: https://www.gnu.org/software/coreutils/manual/html_node/nohup-invocation.html.
nohup {{command}} {{argument1 argument2 ...}}
nohup in background mode:nohup {{command}} {{argument1 argument2 ...}} &
nohup {{path/to/script.sh}} &
nohup {{command}} {{argument1 argument2 ...}} > {{path/to/output_file}} &