1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 10:39:01 +02:00

(nohup invocation): Tell what happens when stdout is not a terminal.

Based on a suggestion from Steven Mocking.
This commit is contained in:
Jim Meyering
2003-07-13 09:38:04 +00:00
parent f2176e82ad
commit db425e487a
+2
View File
@@ -11267,6 +11267,8 @@ If standard output is a terminal, it is redirected so that it is appended
to the file @file{nohup.out}; if that cannot be written to, it is appended
to the file @file{$HOME/nohup.out}. If that cannot be written to, the
command is not run.
If standard output is not a terminal, then the standard output of
@var{command} will be the same as that of @command{nohup}.
If @command{nohup} creates either @file{nohup.out} or
@file{$HOME/nohup.out}, it creates it with no ``group'' or ``other''