NOHUP(1) | General Commands Manual | NOHUP(1) |
nohup
— run
command with hangups ignored
nohup |
command [argument...] |
nohup
runs command
with SIGHUP ignored, allowing to keep command running
even after the terminal hanged up.
If stdout is TTY, it's output is saved to ./nohup.out or if it fails to open it for writing, to ~/nohup.out. If stderr is also a TTY, it's output is also saved to nohup.out.
If command is invoked, the exit status of
nohup
shall be the exit status of
command; Otherwise, the nohup
utility shall exit with one of the following values:
nohup
utility.nohup
should be compliant with the IEEE
Std 1003.1-2024 (“POSIX.1”) specification.
Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
2024-04-15 | Linux 6.6.67-gentoo-x86_64 |