Provided by: rust-coreutils_0.1.0+git20250711.2ba3a33-0ubuntu2_amd64 bug

NAME

       nohup - Run COMMAND ignoring hangup signals.

SYNOPSIS

       nohup [-h|--help] [-V|--version] <cmd>

DESCRIPTION

       Run COMMAND ignoring hangup signals.

OPTIONS

       -h, --help
              Print help

       -V, --version
              Print version

EXTRA

       If  standard  input is terminal, it'll be replaced with /dev/null.  If standard output is terminal, it'll
       be appended to nohup.out instead, or $HOME/nohup.out, if nohup.out open failed.   If  standard  error  is
       terminal, it'll be redirected to stdout.

VERSION

       v(uutils coreutils) 0.1.0

                                         nohup (uutils coreutils) 0.1.0                                 nohup(1)