summaryrefslogtreecommitdiff
path: root/doc/perm.texi
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-05-10 03:27:51 +0000
committerJim Meyering <jim@meyering.net>1996-05-10 03:27:51 +0000
commitbee873f407c622ea1b36d95ad9f2862b7c015f3b (patch)
tree7c3d800d233a9f42af5fa02923c405f406762d7e /doc/perm.texi
parent7b33a9910cba23029daaae30a73c65f7e9fa8a4d (diff)
downloadcoreutils-bee873f407c622ea1b36d95ad9f2862b7c015f3b.tar.xz
.
Diffstat (limited to 'doc/perm.texi')
-rw-r--r--doc/perm.texi11
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/perm.texi b/doc/perm.texi
index ee43938ab..966ccb50f 100644
--- a/doc/perm.texi
+++ b/doc/perm.texi
@@ -217,17 +217,14 @@ og-rxw
@cindex copying existing permissions
@cindex permissions, copying existing
-You can base part of a file's permissions on part of its existing
-permissions. To do this, instead of using @samp{r}, @samp{w}, or
-@samp{x} after the operator, you use the letter @samp{u}, @samp{g}, or
-@samp{o}. For example, the mode
-
+You can base a file's permissions on its existing permissions. To do
+this, instead of using @samp{r}, @samp{w}, or @samp{x} after the
+operator, you use the letter @samp{u}, @samp{g}, or @samp{o}. For
+example, the mode
@example
o+g
@end example
-
@noindent
-@c FIXME describe the ls -l notation for showing permissions.
adds the permissions for users who are in a file's group to the
permissions that other users have for the file. Thus, if the file
started out as mode 664 (@samp{rw-rw-r--}), the above mode would change