Nohup
| nohup | |
|---|---|
| Developer(s) | Various open-source and commercial developers | 
| Operating system | Unix, Unix-like, IBM i | 
| Platform | Cross-platform | 
| Type | Command | 
nohup is a POSIX command which means "no hang up". Its purpose is to execute a command such that it ignores the HUP (hangup) signal and therefore does not stop when the user logs out.
Output that would normally go to the terminal goes to a file called nohup.out, if it has not already been redirected.