diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-27 15:01:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-27 15:01:36 +0000 |
commit | df91a821358d28bea71624a79104b2f8ae07a36b (patch) | |
tree | 72d250311e2a262e5e90c20e43dcec66deda7b6c | |
parent | 6f12bb8b217334a109e0d79d1de8f721c39387c3 (diff) | |
download | coreutils-df91a821358d28bea71624a79104b2f8ae07a36b.tar.xz |
chgrp now supports --preserve-root, --no-preserve-root
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -104,6 +104,9 @@ GNU coreutils NEWS -*- outline -*- ** New features + chgrp now supports --preserve-root, --no-preserve-root (default), + just as chmod, chown, and rm do. + New dd iflag= and oflag= flags: 'directory' causes dd to fail unless the file is a directory, on |