VM: simplify slab allocator
[minix.git] / man / man1 / nohup.1
blobdaa848e4c0a3203076f2da61cfae62f3c95e7ae0
1 .TH NOHUP 1
2 .SH NAME
3 nohup \- ignore hangup signal
4 .SH SYNOPSIS
5 \fBnohup\fP \fIutility\fP [\fIargument\fP...]
6 .SH DESCRIPTION
7 The
8 .B nohup
9 utility runs \fIutility\fP while ignoring the SIGHUP signal. This 
10 allows the process to continue running after the current terminal
11 exits, for example when logging off a telnet session. 
13 Unless output is explicitly redirected when invoking nohup, output is 
14 appended to a file named nohup.out. This file is created in the current
15 directory or, if this is not possible, in $HOME. If the standard error 
16 stream is not explicitly redirected, it is sent to the standard output.
17 .SH AUTHOR
18 This manual page and the utility were written by Erik van der Kouwe 
19 <vdkouwe@cs.vu.nl>.