]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(rm invocation): Add the warning (also in the --help output)
authorJim Meyering <jim@meyering.net>
Mon, 3 Jun 2002 11:06:58 +0000 (11:06 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 3 Jun 2002 11:06:58 +0000 (11:06 +0000)
that the contents of a removed file are often recoverable.

doc/coreutils.texi

index 4133b2e7eb4ff7c9c77ac593f7ede895aa921691..89a0753f79102146bc678f53b03740507de011d3 100644 (file)
@@ -6394,6 +6394,10 @@ or @option{--force} option is not given, or the @option{-i} or
 for whether to remove the file.  If the response does not begin with
 @samp{y} or @samp{Y}, the file is skipped.
 
+@emph{Warning}: If you use @command{rm} to remove a file, it is usually
+possible to recover the contents of that file.  If you want more assurance
+that the contents are truly unrecoverable, consider using @command{shred}.
+
 The program accepts the following options.  Also see @ref{Common options}.
 
 @table @samp