aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-06-07 12:03:32 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-06-07 12:03:32 +0000
commitab82f94068f99ab5997e0e72cd16365c4f193322 (patch)
treef039137a97ebd2af07fc4864f9c7d44d671082ce /doc
parentd384b43a9bc42269cc47b62bcd6d8b76c27a0344 (diff)
downloadcpio-ab82f94068f99ab5997e0e72cd16365c4f193322.tar.gz
cpio-ab82f94068f99ab5997e0e72cd16365c4f193322.tar.bz2
Update
Diffstat (limited to 'doc')
-rw-r--r--doc/cpio.texi12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/cpio.texi b/doc/cpio.texi
index 34e724b..a821269 100644
--- a/doc/cpio.texi
+++ b/doc/cpio.texi
@@ -487,10 +487,12 @@ Interactively rename files.
@item -R @var{owner}
@itemx --owner @var{owner}
-[user][:.][group]
+In copy-in and copy-pass mode, set the ownership of all files created
+to the specified @var{owner} (this operation is allowed only for the
+super-user). In copy-out mode, store the supplied owner information in
+the archive.
-Set the ownership of all files created to the specified
-@var{owner}. The argument can be either the user name or the user name
+The argument can be either the user name or the user name
and group name, separated by a dot or a colon, or the group name,
preceeded by a dot or a colon, as shown in the examples below:
@@ -505,8 +507,8 @@ cpio --owner :users
@noindent
If the group is omitted but the @samp{:} or @samp{.} separator is
-given, as in the second example. the given user's login group will be used. Only the
-super-user can change files' ownership.
+given, as in the second example. the given user's login group will be
+used.
@item --rsh-command=@var{command}
Notifies cpio that is should use @var{command} to communicate with remote

Return to:

Send suggestions and report system problems to the System administrator.