diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-20 09:43:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-20 09:43:40 +0000 |
commit | d0cc040dd834b4a9168460dde6357d1bfc3c7f0e (patch) | |
tree | 52ed036728fda34d259b20bb95d32a54162f6406 /old | |
parent | 358c9c706a1056079d8ee390448e810740b414e6 (diff) | |
download | coreutils-d0cc040dd834b4a9168460dde6357d1bfc3c7f0e.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 552c19240..54d07293a 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,8 @@ Changes in release 4.1: [4.0s] +* cp can now remove unwritable files in interactive mode: contrary to how mv + works, cp's --interactive (-i) option does *not* cancel the effect of the + --force (-f) option. * rm no longer segfaults on certain very deep hierarchies * IMPORTANT SECURITY FIX: a running `rm -r' may no longer be subverted to remove unintended directories |