162 B
162 B
nohup
Allows for a process to live when the terminal gets killed.
- Run process that can live beyond the terminal:
nohup {{command}} {{command_options}}
Allows for a process to live when the terminal gets killed.
nohup {{command}} {{command_options}}