Files
tldr/pages/common/nohup.md
2021-03-30 10:01:11 -04:00

263 B

nohup

Allows for a process to live when the terminal gets killed. More information: https://www.gnu.org/software/coreutils/manual/html_node/nohup-invocation.html.

  • Run process that can live beyond the terminal:

nohup {{command}} {{command_options}}