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