1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 08:55:35 +02:00
tldr/pages/common/nohup.md
2021-04-01 18:54:26 +03:00

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}}