nohup Command Examples

Allows for a process to live when the terminal gets killed. More information: https://www.gnu.org/software/coreutils/nohup.

nohup {{command}} {{argument1 argument2 ...}}

nohup {{command}} {{argument1 argument2 ...}} &

nohup {{path/to/script.sh}} &

nohup {{command}} {{argument1 argument2 ...}} > {{path/to/output_file}} &