# nohup > Allows for a process to live when the terminal gets killed. > More information: . - Run a process that can live beyond the terminal: `nohup {{command}} {{command_options}}`