]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(dd invocation): Add noctty flag to dd.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 20 Nov 2004 08:56:05 +0000 (08:56 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 20 Nov 2004 08:56:05 +0000 (08:56 +0000)
doc/coreutils.texi

index 0b1a69bffa05dbc5a5503425f691e5e8efe7a265..85c4188e874dd1ed422a9bd97c7053112cbbcb38 100644 (file)
@@ -6832,12 +6832,20 @@ Use non-blocking I/O.
 @cindex symbolic links, following
 Do not follow symbolic links.
 
+@item noctty
+@opindex noctty
+@cindex controlling terminal
+Do not assign the file to be a controlling terminal for @command{dd}.
+This has no effect when the file is not a terminal.
+On many hosts (e.g., @acronym{GNU}/Linux hosts), this option has no effect
+at all.
+
 @end table
 
 These flags are not supported on all systems, and @samp{dd} rejects
 attempts to use them when they are not supported.  When reading from
-standard input or writing to standard output, the @samp{nofollow} flag
-should not be specified, and the other flags
+standard input or writing to standard output, the @samp{nofollow} and
+@samp{noctty} flags should not be specified, and the other flags
 (e.g., @samp{nonblock}) can affect how other processes behave with the
 affected file descriptors, even after @command{dd} exits.