mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 04:55:32 +02:00
232 B
232 B
nohup
Allows for a process to live when the terminal gets killed. More information: https://www.gnu.org/software/coreutils/nohup.
- Run a process that can live beyond the terminal:
nohup {{command}} {{command_options}}