32v 1m nohup
From Computer History Wiki
					NOHUP(1) UNIX Programmer's Manual NOHUP(1)
Contents
NAME
nohup - run a command immune to hangups
SYNOPSIS
nohup command [ arguments ]
DESCRIPTION
    _N_o_h_u_p executes _c_o_m_m_a_n_d with signals 1, 3 and 13 (hangup,
    quit and soft kill) ignored.  The priority of the command is
    run at nice -5.  Signal 2 (interrupt) will be ignored if the
    command is run asynchronously (with &) from the shell.  If
    the command whould have had a terminal as standard output,
    it is redirected to the file `nohup.out'.
FILES
nohup.out redirected standard output.
SEE ALSO
nice(1), signal(2)

