home *** CD-ROM | disk | FTP | other *** search
-
-
-
- NOHUP(1L) NOHUP(1L)
-
-
-
- NAME
- nohup - run a command immume to hangups, with output to a
- non-tty
-
- SYNOPSIS
- nohup command [arg...]
-
- DESCRIPTION
- This manual page documents the GNU version of nohup. nohup
- runs the given _✓c_✓o_✓m_✓m_✓a_✓n_✓d with hangup signals ignored and the
- scheduling priority increased by 5, so that the command can
- continue running in the background after you log out. If
- the standard output is a tty, it and the standard error are
- redirected so that they are appended to the file
- `nohup.out'; if that cannot be written to, they are appended
- to the file `$HOME/nohup.out'.
-
- nohup does not automatically put the command it runs in the
- background; you must do that explicitly, by ending the com-
- mand line with an `&'.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1
-
-
-
-