other versions
- bookworm 0.0.17-2
- testing 0.0.30-2
- unstable 0.0.30-2
- experimental 0.0.30-3~exp1
nohup(1) | General Commands Manual | nohup(1) |
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¶
v0.0.30
nohup 0.0.30 |