diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-17 08:22:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-17 08:22:49 +0000 |
commit | f98d307bbbca2e70d46070b7b4cc345006ac87f9 (patch) | |
tree | 4bdf922321b5323ad6bd504290627f31cccb8472 | |
parent | 06c06bd6f740a2e84931a4b58a308a6d36897d68 (diff) | |
download | coreutils-f98d307bbbca2e70d46070b7b4cc345006ac87f9.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 1fdf740d1..6aff12488 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,6 @@ Changes in release 4.1: [4.0j] +* mkdir may now be used to set special bits e.g., `mkdir -m o+t dir' works * touch can now change the time(s) of a file you own even if you don't have read or write access to it * rm no longer dumps core after warning about directory cycles |