diff options
author | Jim Meyering <jim@meyering.net> | 2002-06-03 11:06:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-06-03 11:06:58 +0000 |
commit | 9897e1994c0d317b95cd06189959bbd163cfb5a5 (patch) | |
tree | f4ef970180770b55ae11534f4cba44c28dfd372c | |
parent | 52fc0276d7a94056f07ddcc12223e2ab580e01d7 (diff) | |
download | coreutils-9897e1994c0d317b95cd06189959bbd163cfb5a5.tar.xz |
(rm invocation): Add the warning (also in the --help output)
that the contents of a removed file are often recoverable.
-rw-r--r-- | doc/coreutils.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 4133b2e7e..89a0753f7 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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 |